You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make metrics available programmatically (important for batch)
cortex get is tightly coupled with prometheus. If prometheus goes down, the user currently has no way of getting any API state. In addition some of the metrics in cortex get are better consumed via grafana.
Come up with a design that displays the status of the APIs with as few dependencies on prometheus as possible and makes it easy for users to consume metrics in the intended way (either by grafana or programmatically).