Skip to content

Commit

Permalink
fix grafana status color (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebattat authored Apr 24, 2024
1 parent 698bf4c commit 82332a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark_runner/grafana/perf/jsonnet/main.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ g.dashboard.new('PerfCI-Regression-Summary')

+ stateTimeline.fieldConfig.withOverrides([
stateTimeline.fieldOverride.byName.new('Ci Status')
+ g.panel.table.fieldOverride.byName.withProperty('color', {"mode": "continuous-RdYlGr"})
+ g.panel.table.fieldOverride.byName.withProperty('color', {"mode": "continuous-GrYlRd"})
])

+ stateTimeline.gridPos.withH(6)
Expand Down

0 comments on commit 82332a8

Please sign in to comment.