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

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

need more info

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

bug
area:exporter

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

Stale

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

bug
priority:p2
area:confmap

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

area:componentstatus

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

Stale

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

Stale

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

Stale