|
|
|
|
|
by mrkurt
1098 days ago
|
|
I may not be interpreting your question right, but most of our metrics are counters. It doesn't matter how often they get scraped, or if they get scraped twice, because we only care about the increase. Almost everything we track is aggregated with `increase()`: https://prometheus.io/docs/prometheus/latest/querying/functi... I'm fond of SQL, but I'd be ok with some other way to express "aggregate my usage into an invoice". |
|