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 There is no guarantee that after the exporterhelper sends the plog data [downstream](https://github.com/open-telemetry/opentelemetry-collector/pull/10402/files#diff-e5dde99d8623ca9ea550a879f1001f6b89f2b250d6aeb210a4c01b7715e47253R159) that the data won't be mutated in some way. (e.g by the batch_sender) This mutation...

- **[chore] Move parts of receiver to internal package and reexport** - **[PoC] Example on how to separate profiles in receivers** #### Description #### Link to tracking issue Fixes #...

**Describe the bug** When attempting to configure TLS using environment variables for the contents of the certs there is an error parsing the value of the certificates. **Steps to reproduce**...

bug
area:config
area:confmap

- **Add strictly typed input feature gate** - **Stricter type validation** - **Make public API a bit more restricted** - **Simplify implementation** - **make crosslink** - **Add changelog note** -...

#### Description Experiment with support optional config structs #### Link to tracking issue https://github.com/open-telemetry/opentelemetry-collector/issues/10266 #### Testing #### Documentation

#### Description Adding debug logs to starting and shutdown of batch, retry, and queue sender in exporterhelper to understand which component is stuck shutting down or starting up. This is...

Add semantic conventions version `v1.26.0`.

Stale

**Is your feature request related to a problem? Please describe.** otelcol can be configured by one or multiple `yaml` configuration files, which also support environment variable expension. Therefore, especially when...

enhancement
priority:p2
area:confmap

Per https://github.com/open-telemetry/opentelemetry-collector/pull/9406#issuecomment-1912513732 we want to have a set of naming rules for structs ending in `Settings`. Current (as of 1ed45ec12569feb7863637a83b5ceefa70da44bf) structs that have this are the following: Output for rg...

release:required-for-ga
area:config

**Is your feature request related to a problem? Please describe.** Using the pick_first load balancer will default to sending data to the same backend. This can potentially cause problems in...