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

[ENHANCEMENT] Intialize metrics at 0 on startup #2312

Open
rtrevi opened this issue Jan 24, 2025 · 1 comment
Open

[ENHANCEMENT] Intialize metrics at 0 on startup #2312

rtrevi opened this issue Jan 24, 2025 · 1 comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete.

Comments

@rtrevi
Copy link

rtrevi commented Jan 24, 2025

Is your feature request related to a problem?/Why is this needed
I want my Prometheus agent to always find metrics on the metrics endpoint even if no EBS activity has occurred yet.

/feature

Describe the solution you'd like in detail
I want all registered metrics to be initialized on startup and published on the metrics endpoint even if no EBS activity has been recorded yet, this will avoid breaking dashboards or misfiring alerts due to missing data points.
It's also a more standard and expected behavior, will avoid confusion when enabling metrics.

Additional context
Discussed in: #2307 (comment)

@AndrewSirenko
Copy link
Contributor

/kind feature

/priority important-longterm

@k8s-ci-robot k8s-ci-robot added kind/feature Categorizes issue or PR as related to a new feature. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. labels Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Projects
None yet
Development

No branches or pull requests

3 participants