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

fix(interval): Don't send empty metrics downstream #37911

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

RichieSams
Copy link
Contributor

@RichieSams RichieSams commented Feb 13, 2025

Description

Currently, interval processor will always send a metrics instance downstream, at every interval tick. Even if the instance is empty. This PR fixes this, to reduce spam, and so downstream exporters don't need to do extra filtering

Link to tracking issue

Fixes #37905

Testing

Locally built and ran the processor to see that no empty metrics are exported

@RichieSams
Copy link
Contributor Author

Tests are failing. I'll investigate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Intervalprocessor not dropping metrics
2 participants