You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Description:** Adds support for Gauges and Summaries
**Link to tracking Issue:** #34803
**Testing:** Unit tests were extended to cover the new behavior
**Documentation:** <Describe the documentation added.>
---------
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
**Description:** Adds support for Gauges and Summaries
**Link to tracking Issue:** open-telemetry#34803
**Testing:** Unit tests were extended to cover the new behavior
**Documentation:** <Describe the documentation added.>
---------
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
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
The text was updated successfully, but these errors were encountered: