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

This change introduces new experimental batching functionality to the exporter helper. The batch sender is fully concurrent and synchronous. It's set after the queue sender, which, if enabled, introduces the...

**Is your feature request related to a problem? Please describe.** We currently use a custom `cmd/otelcol/main.go` file for our collector deployment, in order to configure the GCP Go profiler and...

enhancement
Stale
area:builder

**Description:** This PR adds a `WithStatusReporting` option to `exporterhelper` to opt-in to automatic status reporting `Consume*` calls and updates the core exporters to use it. The behavior for `Consume*` is...

**Description:** This is a PR is an alternative to #8684. It adds manual status reporting to the otlp, otlphttp, and debug exporters. Reviewers, please compare with #8684 and weigh in...

**Description:** This change adds `goleak` to check for memory leaks. Originally there were 3 failing tests in the `service` package, so I'll describe changes in relation to resolving each test's...

Stale

**Description:** This adds a decode hook for unmarshalling negative integers into uint types. This will now return an error instead of converting negative values into large uint values. **Link to...

**Description:** This change enables goleak to check the config/configtls package for memory and goroutine leaks. There was originally a goroutine leak which is fixed by calling the newly added method...

Stale

This contents of this module have not changed in over 2 years

:construction: **WORK IS IN PROGRESS** :construction: **Description:** The Debug exporter's behavior of `normal` verbosity used to be the same as for `basic` verbosity, which is to output only one line...

This writeup is intended to solve #8565 and define what to do with configuration resolution mechanisms before we try to remove the expandconverter. ### Current state Assume you have a...

release:required-for-ga
area:confmap