opentelemetry-collector
opentelemetry-collector copied to clipboard
OpenTelemetry Collector
#### Description This PR preserves the authData in the client context after the batch processor. The idea is that the auth data can be used after the batch processor in...
**Is your feature request related to a problem? Please describe.** Today only static headers are allowed in OTLP exporter. I would like to have an option to pass dynamic headers...
**Is your feature request related to a problem? Please describe.** When a component panics the Collector does not gracefully handle the panic and abruptly stops. **Describe the solution you'd like**...
fix tempo issue. https://github.com/grafana/tempo/issues/495 https://github.com/grafana/tempo/issues/1381 vendor/go.opentelemetry.io/collector/receiver/otlpreceiver/otlphttp.go:47  tempo interface 
**Description:** Create a new go module `go.opentelemetry.io/collector/client` **Link to tracking Issue:** Fixes #9804
**Description:** This PR removes the top level if/else in `component.UnmarshalConfig`, handling recursive state in the confmap.Conf object instead. This PR deprecates `component.UnmarshalConfig` in favor of calling directly `Unmarshal` on the...
**Description:** This PR adds a new configgrpc option to configure a memory limiter extension to use. This allows users to leverage the new [memorylimiterextension](https://github.com/open-telemetry/opentelemetry-collector/tree/main/extension/memorylimiterextension) within receivers that set up a...
As we gear towards supporting v1, we will need to define a set of support statements providing answers to the following: * When we publish a v2, do we still...
Added context.Context to the following functions: - GetClientAuthenticator - GetServerAuthenticator Link to the issue: https://github.com/open-telemetry/opentelemetry-collector/issues/9808
**Is your feature request related to a problem? Please describe.** When building a collector, it's possible to have a mismatch in the core library version and component versions. This can...