scylladb/scylla-monitoring

support Prometheus various scrap interval sampling

amnonh opened this issue · 0 comments

There are times when users wish to reduce the Prometheus sampling rate.
That would create the query interval mismatch problem, in which Prometheus cannot calculate rate functions.

We should switch from static rate interval to parameterized interval.