Skip to content

Commit

Permalink
Fix mismatch between Requests by URL quantile metrics and console out…
Browse files Browse the repository at this point in the history
…put by updating aggregation to lastNotNull
  • Loading branch information
dylanjpaulson committed Oct 17, 2024
1 parent bb07c3d commit b4aa289
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 b4aa289

Please sign in to comment.