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

## Important (read before submitting) **Is your feature request related to a problem? Please describe.** No this is specific to documentation. **Describe the solution you'd like** Add a paragraph in...

Currently Collector uses OpenCensus SDK to report its own metrics. Migration to OpenTelemetry metrics SDK started with a feature gate `telemetry.useOtelForInternalMetrics`. There is a significant difference in the produced metrics....

bug

This document describes the notion of *pipeline branching* in the context of the OpenTelemetry collector, tries to argue and demonstrate its usefulness in different use cases supported by real world...

**Is your feature request related to a problem? Please describe.** The Collector does not provide a mechanism to retrieve secrets from external systems or processes. The current mechanisms are to...

Stale
priority:p1

**Is your feature request related to a problem? Please describe.** To enable the collector to receive json payloads from new/old otel exports, the collector was changed to skip unknown fields...

I would like to ensure that if I am using a persistent queue, that queue is drained on shut down. #5110 found issues with the bounded memory queue because it...

release:required-for-ga

**Is your feature request related to a problem? Please describe.** open-telemetry/opentelemetry-java-instrumentation wants to run a bench of smoke tests on Windows platform as well. We extensively use testcontainers and Docker...

ci-cd

I'm in the process of evaluating the persistent queueing functionality. I'm using the v0.57.2 release. I am unable to get persistent queuing to work when using multiple replicas of the...

bug

After https://github.com/open-telemetry/opentelemetry-collector/pull/5677 was merged, we no longer use `LogLevel` the way was before (where we set it for zap.Core). We need to look into what that configuration does right now,...

enhancement
exporter/logging

**Describe the bug** using flag --feature-gates=telemetry.useOtelForInternalMetrics using [demo](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/examples/demo) or through ```go featuregate.Apply(map[string]bool{ "telemetry.useOtelForInternalMetrics": true, }) ``` , calling http://localhost:8888/metrics does not displays the metrics mentioned in[ monitoring documentation](https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/monitoring.md). **Steps to...

bug
help wanted
priority:p2