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

This is a tracking issue for introducing the new exporter helper and migrating the existing exporters to use it. The primary reason for introducing the new exporter helper is to...

release:required-for-ga
area:exporter

Inspired by/similar to [528](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/528), can we make the builder name consistent? Currently, if downloaded via the releases repo ([the recommended approach](https://github.com/open-telemetry/opentelemetry-collector/tree/main/cmd/builder#:~:text=via%20the%20official%20releases%20(recommended))), it's called `ocb`. If you use `go install`, it's...

enhancement
area:builder

**Is your feature request related to a problem? Please describe.** We are seeking to establish a robust implementation of Open Telemetry data acquisition, utilizing Open Telemetry instrumentation and collector. Our...

**Describe the bug** TL;DR: Some `info` log messages from otelcol telemetry are missing in stdout when using log level info. I started otelcol with [telemetry logs level on `debug`](https://github.com/open-telemetry/opentelemetry-collector/blob/7666eb04c30e5cfd750db9969fe507562598f0ae/config/service.go#L47) and...

bug
Stale

This issue is to capture all the steps needed to release a distribution of the OpenTelemetry Collector that includes an OTLP exporter and an OTLP receiver. This will include all...

release:required-for-ga

This is a follow up to various conversations that have been had around this topic. I'd like to propose that we make the configuration for the collector follow the proposed...

release:required-for-ga

The `memory_limiter` processor allows end-users to drop telemetry data when a memory limit is reached. It is up to receivers to apply backpressure and handle retrying of errors. A large...

enhancement
release:required-for-ga
area:receiver
processor/memory_limiter

The `exporterhelper` package provides certain reusable helpers for common needs like queueing, retrying with backoff or timeouts. As of e23c9d0a01834a64162acb1677b7d69aa5be46f5 the timeout setting is enabled by default but the rest...

release:required-for-ga

Telemetry initialization is currently split between the `service/telemetry` package and the `service` package in the `telemetry.go` package. This causes some issues: 1. *The `telemetry.TracerProvider` method returns a tracer provider that...

enhancement
release:required-for-ga
priority:p2
area:service
collector-telemetry

Before stabilizing a module, an approver or maintainer must make sure that the following criteria have been met for at least two successive minor version releases: - [x] No open...

stabilization