Albert

Results 53 comments of Albert
trafficstars

A thought/idea: - Make `Geometry` an interface. - Have the specific geometries (i.e. `Polygon`, etc.) implement this interface. - `g.Is...()` and `g.As...()` functions would be replaced with type assertions: ```...

> Warning: big wall of text coming 😅 Thanks for the warning ... and ditto 😅 The responses that follow are fairly abstract and on reflection, hard to understand, so...

I gave my proposal a shot, and in summary, I believe it's _not_ feasible. The code changes (excuse the mess, the goal was just to get tests to pass) can...

For posterity, please refer to this related discussion: https://cloud-native.slack.com/archives/C01N6P7KR6W/p1649330166040589.

> Hi all :wave: , I'd like instrument an exporter component to emit a counter metric each time there is a cache miss and avoid logging such an event (context:...

Agree, the problem is more serious than just a high volume of logging. It involves the loss of trace data. I haven't invested the time to root-cause this properly yet,...

PR to address this issue: https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/11149/

> @albertteoh, when will this PR be resolved ? Thanks. @gnozil this was merged 2 days ago.

> @albertteoh I'm using v0.59.0 but still seeing this issue. Are you able to share your otel collector config and stack trace of the error please, @nguyenhoaibao

Hi @greut (+ others), just following up to see if you've had a chance to upgrade and if this issue still exists as @nguyenhoaibao reported? I'd like to understand if...