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
i would like to ask if its possible to and an endpoint which observes if all defined metric collectors are run once.
Such an endpoint could be used for an startupProbe. Together with RollingUpgrade, Prometheus would reference to the existing running pod until the metrics from the new pods are available. This would minimize metrics gaps on Promethes and Grafana.
Since costs queries are enabled, the initial run could takes a while. The endpoint should take care of the cache, e.g. the costs cached an available, the endpoint should not wait for an initial cost query run.
The text was updated successfully, but these errors were encountered:
Hi,
i would like to ask if its possible to and an endpoint which observes if all defined metric collectors are run once.
Such an endpoint could be used for an startupProbe. Together with RollingUpgrade, Prometheus would reference to the existing running pod until the metrics from the new pods are available. This would minimize metrics gaps on Promethes and Grafana.
Since costs queries are enabled, the initial run could takes a while. The endpoint should take care of the cache, e.g. the costs cached an available, the endpoint should not wait for an initial cost query run.
The text was updated successfully, but these errors were encountered: