opentelemetry-collector
opentelemetry-collector copied to clipboard
OpenTelemetry Collector
#### Description The `api-compatibility` workflow sets custom options for `apidiff` as part of the `Compare-States` and `Check-States` steps here. - https://github.com/open-telemetry/opentelemetry-collector/blob/6cd9c4e26feb910f19720950c8337af28194a70d/.github/workflows/api-compatibility.yml#L58 - https://github.com/open-telemetry/opentelemetry-collector/blob/6cd9c4e26feb910f19720950c8337af28194a70d/.github/workflows/api-compatibility.yml#L67 These opts are picked up by the...
#### Description Deprecated metrics used exclusively in memory limiter processor now have an infix of `memory_limiter`. For example, `otelcol_processor_accepted_spans` is now `otelcol_processor_memory_limiter_accepted_spans`. #### Link to tracking issue - Fixes #11203...
I have currently configured my Otel Collector to send traces data from the adservice (Otel-demo service) to AppDynamics over a proxy. My problem is that AppDynamics doesn't show any ingested...
**Is your feature request related to a problem? Please describe.** In my collector I have a linear pipeline: `receiver -> memory_limiter -> batch -> exporter`, and the exporter has an...
#### Description When the type of metrics is histogram, the compiling must be failed. This PR handle the generated code according to the type. #### Link to tracking issue Fixes...
#### Description Fixes OTLP exporter config validation for Unix socket endpoints. Splits validation for host/port and Unix socket, keeping backward compatibility. #### Link to tracking issue Fixes #13642 #### Testing...
#### Description This PR runs all Golang unit tests in this repository with the `GODEBUG=fips140=only` environment set. This is useful to detect any FIPS-140 violations of code covered by these...
#### Description When https://github.com/open-telemetry/opentelemetry-collector/pull/13926 is merged, all unit tests in this repository will be run with `GODEBUG=fips140=only` to help surface any FIPS-140 violations in all the Go modules in this...
### Component(s) _No response_ ### Describe the issue you're reporting Running the `config/configtls.TestTPM_loadCertificate` unit test with `GODEBUG=fips140=only` exposes any calls (direct or indirect) to non-FIPS140-compliant algorithms. Such calls may be...
### Component(s) _No response_ ### Describe the issue you're reporting Running the `confmap/provider/internal/configurablehttpprovider.TestFunctionalityDownloadFileHTTPS` unit test with `GODEBUG=fips140=only` exposes any calls (direct or indirect) to non-FIPS140-compliant algorithms. Such calls may be...