opentelemetry-collector
opentelemetry-collector copied to clipboard
OpenTelemetry Collector
**Describe the bug** otlphttp export metric lost resource attributes **Steps to reproduce** when use otlphttp export metric, there has no resource attributes **What did you expect to see?** when use...
**Describe the bug** From https://github.com/open-telemetry/opentelemetry-collector/issues/8122#issuecomment-2035883137 In my experiments, the batch sender is producing inconsistent batch sizes which could be lower than desired due to goroutine scheduling even after https://github.com/open-telemetry/opentelemetry-collector/pull/9761 ....
This ensures the consistency for folks emitting metrics w/ OTLP until the OTEP to specify pipeline telemetry is completed. Waiting on https://github.com/open-telemetry/opentelemetry-collector/pull/9775 before moving this forward
**Is your feature request related to a problem? Please describe.** When merging configurations, it would be helpful to be able to do the following: - Add a receiver, processor, or...
**Describe the bug** Merge of two or more configurations fails when any component map is `null`. Based on my testing, I think there is a bug in the merge logic...
## Runtime Status Reporting As part of the component 1.0 milestone we should implement runtime status reporting for core components and come up with guidelines and best practices for incremental...
**Is your feature request related to a problem? Please describe.** Currently it's possible to specify the maximum size of the queue (both memory-backed and persistent) in number of batches. It...
**Is your feature request related to a problem? Please describe.** OpenTelemetry Collector Contrib's [groupbyattrs](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/groupbyattrsprocessor) processor can be also used for [compaction](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/groupbyattrsprocessor#compaction) (essentially putting records with matching Instrumentation Scope/Resource under single...
**Description:** The current issue with concurrency limit in batch sender is that given unfavorable goroutine scheduling, the batch size will be much smaller than MinSizeItems due to the concurrency limit...