Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ArthurSens opened this issue Aug 21, 2024 · 2 comments
Closed

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

ArthurSens opened this issue Aug 21, 2024 · 2 comments
Labels
enhancement New feature or request needs triage New item requiring triage processor/interval

Comments

@ArthurSens
Copy link
Member

ArthurSens commented Aug 21, 2024

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

@ArthurSens ArthurSens added enhancement New feature or request needs triage New item requiring triage labels Aug 21, 2024
Copy link
Contributor

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

jpkrohling pushed a commit that referenced this issue Aug 29, 2024
**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>
@ArthurSens
Copy link
Member Author

Fixed by #34805

f7o pushed a commit to f7o/opentelemetry-collector-contrib that referenced this issue Sep 12, 2024
**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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs triage New item requiring triage processor/interval
Projects
None yet
Development

No branches or pull requests

1 participant