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

Use K8S Prometheus stability wrapper #662

Closed
ksamoray opened this issue Apr 28, 2020 · 0 comments · Fixed by #750
Closed

Use K8S Prometheus stability wrapper #662

ksamoray opened this issue Apr 28, 2020 · 0 comments · Fixed by #750
Labels
priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. proposal A concrete proposal for adding a feature

Comments

@ksamoray
Copy link
Contributor

Kubernetes offers a wrapper for Prometheus metrics API, which allows tagging of a metric's stability state (e.g stable/alpha/deprecated) and pulling only stable metrics by the Prometheus server.
This wrapper could replace direct calls to Prometheus client, and offer this extra functionality.

Users could choose and evaluate the level of reliability of a metric according to their needs and asses the value of the provided values accordingly.

More information about K8S metrics stability enhancements available here

@ksamoray ksamoray added the proposal A concrete proposal for adding a feature label Apr 28, 2020
@ksamoray ksamoray added the priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. label Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. proposal A concrete proposal for adding a feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant