opentelemetry-collector
opentelemetry-collector copied to clipboard
OpenTelemetry Collector
**Is your feature request related to a problem? Please describe.** Components sometimes (often indirectly) make use of Go's `time.LoadLocation`. This depends on an [IANA Time Zone Database](https://www.iana.org/time-zones), which as the...
**Is your feature request related to a problem? Please describe.** When using a binary output by the builder with no options, I can't use it by default in a scratch...
**Description:** For the implementation of `ConfigProvider`, the result of `Resolve` is memoized to avoid duplicate read operations to the config. The benefits include: 1. It could optimize the initialization of...
**Is your feature request related to a problem? Please describe.** For better defining the `otel-collector-config.yml`, a [JSON schema](https://json-schema.org/) would be great to validate the configuration before using it in the...
As exposed in https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/32130, component authors now document explicitly that an empty warnings entry is to be considered as having reviewed warnings associated with the component. Right now, this doesn't...
**Describe the bug** 1. Expose telemetry metrics for OpenTelemetry Collector with a correctly escaped ipv6 ip address 2. Collector unescapes the ip address and naively concatenates it with the port...
### Component(s) _No response_ ### Describe the issue you're reporting **During the operation of otelcol, errors are often reported, and the specific error content is as follows:** 2024-04-22T07:17:12.488Z error exporterhelper/queue_sender.go:101...
**Description:** - make sure ci job uses always the latest go patch available - update deprecated goreleaser flag
**Is your feature request related to a problem? Please describe.** End-to-end test that verifies multi-tenancy support. **Describe the solution you'd like** I am not familiar with the topic, but it...