Andrew Wilkins

Results 474 comments of Andrew Wilkins

> Looking for a sponsor — open to guidance from maintainers or anyone involved with integrations/Dynatrace. I would recommend attending a Collector SIG meeting to find a sponsor: https://docs.google.com/document/d/1r2JC5MB7GupCE7N32EwGEXs9V_YIsPgoFiLP4VWVMkE/edit?tab=t.0#heading=h.rbf22rxu3mij

Just waiting for https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/43718 to be merged now

Waiting for the following release is fine by me.

A new release has happened, so this should be good to go now.

https://github.com/elastic/apm-agent-nodejs/pull/1273 added an option to limit the number of recorded metrics. When the limit is reached, the oldest metric is removed. This is fine (although divergent from the [breakdown metrics...

@seankhliao this issue also affects OpenTelemetry Collector's tracing for HTTP-based components -- see https://github.com/open-telemetry/opentelemetry-collector/issues/12468 FWIW it is possible to solve this without wrapping the mux, but it's a bit of...

I expect most of the things defined in this type should be configurable: https://pkg.go.dev/go.mongodb.org/mongo-driver/v2/mongo/options#Credential. However, I would expect these to have individual configuration settings, e.g. `auth::mechanism`, `auth::mechanism_properties`, `auth::source`. If that...

I'm probably missing some nuance, but I'm a bit surprised to see this responsibility added to deltatocumulativeprocessor. Is the problem specific to this processor? Could it also also be a...

> I am migrating from 0.116.0 to 0.126.0. For the receiver/Kafka component before the start operation was blocking till the consumer group were ready and we were using that logic...