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
Metrics are generated each scrape, causing significant churn. If metrics could be initialized when loaded from a file, this could significantly simplify the scrape. A per-database scrape would then only query the database for the metric, update the metric value, and send it to the collector.