Skip to content

Commit 848f746

Browse files
authored
Show cancelled requests in yellow on QPS dashboards. (#986)
Without this override, they're sometimes shown in the same green as successful requests.
1 parent 373cf62 commit 848f746

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

grafana-builder/grafana.libsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,7 @@
434434
'5xx': '#E24D42',
435435
success: '#7EB26D',
436436
'error': '#E24D42',
437+
cancel: '#ECCD47',
437438
},
438439
targets: [
439440
{

0 commit comments

Comments
 (0)