Skip to content

Commit

Permalink
Fix the display of the "Errors" panel in the SLO detail dashboard
Browse files Browse the repository at this point in the history
This panel actually shows the rate of errors occurring but is configured
to display this as percentunit. This results in it showing a 200% error
rate when there are actually 2 errors occurring per second. Change the
unit for this panel to reqps instead.
  • Loading branch information
Luke Atkinson committed Jan 4, 2024
1 parent 3763769 commit cc09451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/grafana/detail.json
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@
}
]
},
"unit": "percentunit"
"unit": "reqps"
},
"overrides": [
{
Expand Down Expand Up @@ -715,4 +715,4 @@
"uid": "ccssRIenz",
"version": 1,
"weekStart": ""
}
}

0 comments on commit cc09451

Please sign in to comment.