opentelemetry-collector icon indicating copy to clipboard operation
opentelemetry-collector copied to clipboard

OpenTelemetry Collector

Results 925 opentelemetry-collector issues
Sort by recently updated
recently updated
newest added

#### 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...

enhancement

**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**...

enhancement
area:service

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 ![image](https://user-images.githubusercontent.com/9583245/163338052-31f95abd-ddb9-45a4-8a01-b86e650523fd.png) tempo interface ![image](https://user-images.githubusercontent.com/9583245/163308217-6dd36818-b528-4173-8860-9255c642bf5a.png)

Stale

**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...

Stale

**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...

Stale

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...

area:builder