opentelemetry-collector
opentelemetry-collector copied to clipboard
OpenTelemetry Collector
#### Description #### Link to tracking issue Fixes # #### Testing #### Documentation
### Component(s) cmd/mdatagen ### Is your feature request related to a problem? Please describe. The current resource_attributes section doesn't provide a way to organize resource attributes into logical entities with...
#### Description This PR adds support in mdatagen for defining SemConv reference for metrics. Enhancing your metrics/signals in `metadata.yaml` like bellow: ```yaml metrics: system.cpu.time: enabled: true stability: level: beta description:...
### Component(s) configtls ### Is your feature request related to a problem? Please describe. There are times, typically when working with legacy solutions, when being able to support an insecure...
### Component(s) _No response_ ### What happened? **Describe the bug* "resource": {"service.instance.id": "4e85ca18-09ab-48b8-b253-eeaad9380865", "service.name": "otel-collector", "service.version": ""} **Steps to reproduce** Log anything and will see this added to every log...
### Component(s) confmap ### What happened? **Describe the bug** When a yaml key is supplied dynamically via environment variables, if an environment variable is numeric, e.g. `123`, or `1234567890`, it...
### Component(s) _No response_ ### Describe the issue you're reporting [X25519Kyber768Draft00 key exchange mechanism](http://github.com/golang/go/issues/67061) is an experimental tls algorithm and is enabled by default in Go 1.23. It has a...
#### Description Enhancement: Add `include_insecure_cipher_suites` to configtls to enable insecure cipher suites. Insecure cipher suites are disabled by default for security #### Link to tracking issue Fixes [#13829](https://github.com/open-telemetry/opentelemetry-collector/issues/13829) #### Testing...
**Is your feature request related to a problem? Please describe.** We use Kong API gateway 2.8x and its Zipkin plugin to export traces. Unfortunately, this Zipkin plugin uses a batch...
**Describe the bug** I'm building a Receiver and wanted to make it safe to use alongside the Memory Limiter but it appears that the way the Memory Limiter works versus...