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

### Component(s) _No response_ ### Is your feature request related to a problem? Please describe. We currently have some metrics exposed via ObsReport, such as: `refusedLogRecords`, `droppedLogRecords` etc. However, these...

enhancement
waiting-for-author
collector-telemetry

We use implementation checks to make sure an interface is fulfilled by a struct. However, those checks are sometimes made in the code we ship, which introduces dependencies in the...

discussion-needed

Expected: ``` cd /tmp go install github.com/open-telemetry/opentelemetry-collector/cmd/mdatagen@latest ``` should install mdatagen under $GOBIN. Actual: ``` go install github.com/open-telemetry/opentelemetry-collector/cmd/mdatagen@latest go: github.com/open-telemetry/opentelemetry-collector/cmd/mdatagen@latest (in github.com/open-telemetry/opentelemetry-collector/cmd/[email protected]): The go.mod file for the module providing named...

**Describe the bug** When the same exporter definition is used in different data type pipelines; example: `otlp` exporter used in `metrics` and `logs` pipeline, the exact same metric will be...

bug

### Problem As part of https://github.com/open-telemetry/opentelemetry-collector/issues/8632, we want receivers to be able to reject incoming requests if the collector is running out of memory limits instead of accepting the data...

**Is your feature request related to a problem? Please describe.** A real challenge that I, and others, are having right now using the collector is when things start to scale...

enhancement
area:confmap

**Describe the bug** ota collector can't scrape pod metrics **Steps to reproduce** Configure prometheus exporter with prometheus endpoint **What did you expect to see?** Scrape metrics from pods and receive...

bug

#### Description This is a sample test showcasing issue https://github.com/open-telemetry/opentelemetry-collector/issues/10093

**Context** I have written a custom auth extension which derives a key called consumer. I want to batch requests based on consumer by using the batch processor and use the...

bug

#### Description #### Link to tracking issue Fixes #10168 #### Testing #### Documentation