open-telemetry / opentelemetry-collector-contrib

Contrib repository for the OpenTelemetry Collector
https://opentelemetry.io
Apache License 2.0
3.04k stars 2.34k forks source link

[processor/interval] Support for gauge/summary #34803

Closed ArthurSens closed 1 month ago

ArthurSens commented 2 months ago

Component(s)

processor/interval

Is your feature request related to a problem? Please describe.

The interval processor's main goal is to decrease the collector's data point throughput. Gauges and summaries still weren't implemented.

Describe the solution you'd like

Instead of passing through all gauges and summaries, we should pass only the last one.

Describe alternatives you've considered

No response

Additional context

No response

github-actions[bot] commented 2 months ago

Pinging code owners:

ArthurSens commented 1 month ago

Fixed by #34805