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

During review of #4742 I noticed that we basically allow arbitrary characters on the identifiers used for environment variable expansion (and soon expansion from other kinds of sources). This is...

area:config

**Is your feature request related to a problem? Please describe.** No. I suggest this new feature to allow OTEL Collector the ability to load configuration for itself by fetching and...

enhancement
area:config

This change makes implementations cleaner, since they can return `nil, err` in case of an error instead of a zero initialized Retrieved. This is a breaking change, but there are...

Main motivation is to ensure that Settings are passed (to enable obsreport usage which requires settings to be passed) as well as the context. Signed-off-by: Bogdan

Signed-off-by: Bogdan

Skip Changelog