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
Prefix all prometheus metrics by prometheus (or something configurable).
Always call /find first to get the list of metric, then call render. We call render once per metric (or maybe batch).
Only get data older than x amount of time (configurable)
metric => prometheus.metric
metric{label="value"} => prometheus.metric.** (check if we can stuf)
See https://github.com/prometheus/prometheus/blob/HEAD/storage/remote/remote.proto for the protocol
The text was updated successfully, but these errors were encountered: