from hourly metrics to 15min metrics
Compare changes
Files
9@@ -42,7 +42,7 @@
"content": "When querying over long time ranges, grafana aggregates (sums) `Metric` over larger time bins than the default ElasticSearch/OpenSearch ones (15m) to lower the number of data points\nit has to plot.\n\nTo account for this, `Metric` is calculated as the `Metric` per hour, regardless of the actual bin size displayed",
"content": "When querying over long time ranges, grafana aggregates (sums) `Metric` over larger time bins than the default ElasticSearch/OpenSearch ones (15m) to lower the number of data points\nit has to plot.\n\nTo account for this, `Metric` is calculated as the `Metric` per 15min, regardless of the actual bin size displayed",
@@ -164,7 +164,7 @@
@@ -190,7 +190,7 @@