Skip to content

Commit

Permalink
refactor: fix pending fees on orch dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Dec 10, 2023
1 parent e129586 commit 366bbb5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions monitoring/grafana/dashboards/orchestrator_overview.json
Original file line number Diff line number Diff line change
Expand Up @@ -2002,7 +2002,7 @@
"uid": "PBFA97CFB590B2093"
},
"editorMode": "code",
"expr": "(sum(increase(livepeer_ticket_value_recv[10y]))-(sum(increase(livepeer_value_redeemed[10y])) OR on() vector(0)))/10^9",
"expr": "(sum(increase(livepeer_ticket_value_recv[10y]))-(sum(increase(livepeer_value_redeemed[10y])) OR on() vector(0)))/10^9 - 0.012",
"hide": false,
"instant": true,
"interval": "",
Expand Down Expand Up @@ -2417,7 +2417,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -2539,7 +2540,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -4091,6 +4093,6 @@
"timezone": "",
"title": "Orchestrator Overview",
"uid": "71b6OZ0Gz",
"version": 10,
"version": 11,
"weekStart": ""
}

0 comments on commit 366bbb5

Please sign in to comment.