Tyler Helmuth

Results 612 comments of Tyler Helmuth

That feels like an edge case rather than the norm. While auth parameters can be used in query param, I have not heard that it is a norm. Those uses...

I want to better understand the valid use cases that are being used as justification for this change. Putting a password in a query string would be considered a mistake,...

I also want to challenge the notion that this is not a breaking change as defined by the Spec stability conventions. The Spec states: >Semantic Conventions defines breaking changes as...

Finally, if this change does get merged as is, we MUST evangelize this change broadly. The average user isn't going to care that the spec could be interpreted to allow...

We experienced something similar over in collector-contrib when adding tracing to some components: - https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/34890 - https://github.com/open-telemetry/opentelemetry-collector/issues/10858

The OpenTelemetry Collector libraries are all Go and can only be used in other Go code.

@k15r I want to try to reproduce this. Can you give an example of what is in your env var that's failing (not the real value, something fake) and the...

I was able to reproduce the problem, but not using your exact config. The problem occurs, as the issue description suggests, when expanding the env variable using the `envprovider`, which...

Very related issue: https://github.com/open-telemetry/opentelemetry-collector/issues/6767. @atoulme has been submitting lots of PRs to switch from `Settings` to `Config` where appropriate.

This seems like a problem with elastic search translation not the k8s object receiver.