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
trafficstars

### Component(s) _No response_ ### Describe the issue you're reporting I reviewed https://github.com/advisories/GHSA-mh63-6h87-95cp which registered as a CVE for the collector, and it indicated a "high" impact due to the...

### Component(s) exporter/exporterhelper, exporter/otlphttp, exporter/exporterqueue, extension/memorylimiter, scraper/scraperhelper ### What happened? **Describe the bug** Open telemetry internal metrics now emitted via Prometheus exporter of type "counter" doesn't ends with suffix "_total"...

bug

#10544 gave users the ability to emit logs over OTLP as well as the console, there was a comment in the PR to add a feature gate to disable dual...

### Component(s) _No response_ ### What happened? **Describe the bug** The new middleware extension config `middlewares` is different for HTTP and gRPC protocols. - configgrpc exposes it as [middlewares](https://github.com/open-telemetry/opentelemetry-collector/blob/fef33e98f6de45ca624f1f440da2314a0b88230f/config/configgrpc/configgrpc.go#L111) -...

bug

### Component(s) service ### Describe the issue you're reporting If the service package is imported, due to the use of testing types in exported packages for testing, the std testing...

**Is your feature request related to a problem? Please describe.** I would like to cache telemetry data on disk in something like a ringbuffer. The objective is to keep as...

Stale

### Component(s) cmd/mdatagen ### What happened? **Describe the bug** When a new metric is added into metadata.yaml file and `make generate` is ran, I can see multiple files generated by...

bug
good first issue

### Component(s) service ### What happened? The configuration `temporality_preference` is ignored if the `service::telemetry::metrics` configuration is parsed by the v0.2.0 schema. This is because the fix to support temporality preference...

bug

### Component(s) _No response_ ### What happened? **Describe the bug** After upgrading the OpenTelemetry Operator and Collector to the following versions: ``` image: repository: 'ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator' tag: '0.125.0' collectorImage: repository: 'ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib'...

bug

### Component(s) pdata ### What happened? **Describe the bug** The way the `Remove` and `RemoveIf` functions are implemented for `pcommon.Map`, they lead to unexpected side-effects that could have impact on...

bug