opentelemetry-collector
opentelemetry-collector copied to clipboard
OpenTelemetry Collector
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...
Signed-off-by: Bogdan
Signed-off-by: Bogdan
**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...
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