opentelemetry-collector
opentelemetry-collector copied to clipboard
OpenTelemetry Collector
## 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....
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...
**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...
**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...
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...
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,...
**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...