Alex Boten

Results 142 issues of Alex Boten

Follow up from https://github.com/open-telemetry/opentelemetry-collector/pull/10083

Skip Changelog

the OTLP exporter added validation for the endpoint in https://github.com/open-telemetry/opentelemetry-collector/issues/9505, but that configuration uses configgrpc for its endpoint. My question is whether this validation should be moved to configgrpc instead...

discussion-needed

This allows users to continue using the recommended dns://authority/host:port notation when needing to specify a custom authority. Fixes #10449

The validation that was added for `dns:///` makes it impossible for end users to use dns resolution as documented here: https://github.com/grpc/grpc/blob/master/doc/naming.md#detailed-design The documentation for NewClient suggests that `dns:///` is correct,...

area:config

This is a followup to the discussion here https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/11133#pullrequestreview-1012583678 and the conversation had in the june 15th SIG meeting to provide a way for the collector to log state information...

Stale

This removes the configuration of the OpenCensus bridge from the Collector. This means that any metric still relying on it will no longer be emitting metrics. Closes #10414 This is...

This will enable us to close the loop on many goleak exceptions that are in place today. Additionally it will allow us to move the meter provider configuration code to...

collector-telemetry

This will be used when moving the meter provider configuration to use the otel-go config package. Part of #10414 Skipping changelog as there's no usage of this method yet. It...

Skip Changelog

Spent some time on this one. There's some messages that end up reporting an additional empty error: ``` expected: "decoding failed due to the following error(s):\n\nerror decoding 'err': never works"...