Use K8S Prometheus stability wrapper #662
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
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
The text was updated successfully, but these errors were encountered: