Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 1511bc9

Browse files
authored
Merge pull request #170 from dylanjpaulson/fix-k6-prometheus-dashboard-metrics-quantile-mismatch-lastnotnull
Fix K6 Prometheus Dashboard Metrics Quantile Mismatch by Changing Aggregation to lastNotNull
2 parents 5c06592 + b4aa289 commit 1511bc9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

grafana/dashboards/k6-prometheus.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1571,13 +1571,13 @@
15711571
},
15721572
"Value #D": {
15731573
"aggregations": [
1574-
"mean"
1574+
"lastNotNull"
15751575
],
15761576
"operation": "aggregate"
15771577
},
15781578
"Value #E": {
15791579
"aggregations": [
1580-
"mean"
1580+
"lastNotNull"
15811581
],
15821582
"operation": "aggregate"
15831583
},
@@ -1618,9 +1618,9 @@
16181618
"Value #C": "max",
16191619
"Value #C (max)": "max",
16201620
"Value #D": "p95",
1621-
"Value #D (mean)": "p95",
1621+
"Value #D (lastNotNull)": "p95",
16221622
"Value #E": "p99",
1623-
"Value #E (mean)": "p99"
1623+
"Value #E (lastNotNull)": "p99"
16241624
}
16251625
}
16261626
}

0 commit comments

Comments
 (0)