Skip to content

Commit

Permalink
Merge pull request #170 from dylanjpaulson/fix-k6-prometheus-dashboar…
Browse files Browse the repository at this point in the history
…d-metrics-quantile-mismatch-lastnotnull

Fix K6 Prometheus Dashboard Metrics Quantile Mismatch by Changing Aggregation to lastNotNull
  • Loading branch information
oleiade authored Nov 5, 2024
2 parents 5c06592 + b4aa289 commit 1511bc9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions grafana/dashboards/k6-prometheus.json
Original file line number Diff line number Diff line change
Expand Up @@ -1571,13 +1571,13 @@
},
"Value #D": {
"aggregations": [
"mean"
"lastNotNull"
],
"operation": "aggregate"
},
"Value #E": {
"aggregations": [
"mean"
"lastNotNull"
],
"operation": "aggregate"
},
Expand Down Expand Up @@ -1618,9 +1618,9 @@
"Value #C": "max",
"Value #C (max)": "max",
"Value #D": "p95",
"Value #D (mean)": "p95",
"Value #D (lastNotNull)": "p95",
"Value #E": "p99",
"Value #E (mean)": "p99"
"Value #E (lastNotNull)": "p99"
}
}
}
Expand Down

0 comments on commit 1511bc9

Please sign in to comment.