Skip to content

Commit

Permalink
refactor: improve dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Dec 12, 2023
1 parent 68b3db2 commit 51a7f6e
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 111 deletions.
16 changes: 6 additions & 10 deletions monitoring/grafana/dashboards/orchestrator_overview.json
Original file line number Diff line number Diff line change
Expand Up @@ -1951,7 +1951,7 @@
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
},
"description": "The expected payout when a ticket is won",
"description": "The expected payout when a ticket is won. This value is negative when the orchestrator has won more fees than it is entitled to.",
"fieldConfig": {
"defaults": {
"color": {
Expand Down Expand Up @@ -2671,8 +2671,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -2772,8 +2771,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -2899,8 +2897,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -2997,8 +2994,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -4102,6 +4098,6 @@
"timezone": "",
"title": "Orchestrator Overview",
"uid": "71b6OZ0Gz",
"version": 14,
"version": 15,
"weekStart": ""
}
Loading

0 comments on commit 51a7f6e

Please sign in to comment.