Alex Boten
Alex Boten
mdatagen can now be used to generate internal telemetry for components. It currently only supports counters and histograms. This issue is to add support for observable metrics.
The CodeQL builds jumped from under 15 minutes to over an hour somewhere between https://github.com/open-telemetry/opentelemetry-collector/actions/runs/8255636805 and https://github.com/open-telemetry/opentelemetry-collector/actions/runs/8255818248 The version of CodeQL increased from 2.16.3 to 2.16.4 between those versions.
documentation needed to be regenerated
### Component(s) _No response_ ### Describe the issue you're reporting This issue tracks dependencies that are unable to be upgraded as they've upgraded the minimum go version before we can...
This updates the receiver to use the generated metrics via mdatagen.
The OTel specification allows users to set a [recording only](https://github.com/open-telemetry/opentelemetry-specification/blob/700f5138f4b10c6e9d11b41153f6e164c61f581d/specification/trace/sdk.md?plain=1#L343) option for sampler configuration. This option is not available via environment variables today: https://github.com/open-telemetry/opentelemetry-specification/blob/700f5138f4b10c6e9d11b41153f6e164c61f581d/specification/configuration/sdk-environment-variables.md#general-sdk-configuration Should this use-case be supported by...
The Prometheus exporter in Go exposes certain options that are necessary to be able to move forward with supporting configuration in the OpenTelemetry collector. These options are listed here: https://github.com/open-telemetry/opentelemetry-go/blob/main/exporters/prometheus/config.go...
Should the 8:00am PT every other Monday time slot be moved to increase participation to the meeting?
Currently in the example config, the following section exists: https://github.com/open-telemetry/opentelemetry-configuration/blob/362b23ec9bb61537e6479a9546d7e8f8a388ec81/kitchen-sink-example.yaml#L95-L103 This configuration is intended to pull in the `otlp-exporter` configuration as an anchor, then add `temporality_preference` and `default_histogram_aggregation` to its...