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

**Description:** Changes `Transport` from a `string` to a new `TransportType`. Implements `UnmarshalText` for `TransportType` to enforce values. This PR may be too much - it introduces a breaking change a...

release:required-for-ga

Should "none" be a valid type? By valid I mean public to be used. _Originally posted by @bogdandrutu in https://github.com/open-telemetry/opentelemetry-collector/pull/9416#discussion_r1474916858_ This is **not needed for `configcompression` 1.0 version**.

enhancement
area:config

nit: Sorry, but my mind goes crazy when I see a switch used like an if :)) Can we fix this probably in a separate PR :) _Originally posted by...

enhancement
area:config

**Description:** Updates the receiver's http response to return a proper http status based on whether or not the pipeline returned a retryable error. Builds upon the work done in https://github.com/open-telemetry/opentelemetry-collector/pull/8080...

**Description:** Disable `WeaklyTypedInput` in confmap decoder **Link to tracking Issue:** https://github.com/open-telemetry/opentelemetry-collector/issues/9532

Stale

**Description:** Delete deprecated config types which have moved to opentelemetry-go-contrib. See https://github.com/open-telemetry/opentelemetry-collector/pull/8620 for the first changes.

**Description:** Add the nopexporter. This can be helpful if a user wants to start the Collector with a dummy pipeline to only enable extensions. It could also be used to...

**Description:** Add the nopreceiver. This can be helpful if a user wants to start the Collector with a dummy pipeline to only enable extensions. It could also be used to...

**Description:** Given that we start and stop components of a shared component map once, but want to have idempotence, this PR changes the way it handles telemetry status report by...

Stale

Same implementation as https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/31167

Skip Changelog