Skip to content

Commit

Permalink
Update dashboard.json
Browse files Browse the repository at this point in the history
Fixing the "accumulated ratio" by calculating with the new "all time" values.
  • Loading branch information
JAKAMI99 authored Jan 14, 2024
1 parent c4dda67 commit e3a8e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafana/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"expr": "(sum by (app) (qbittorrent_up_info_data_total{server=\"$server\"})) / (sum by (app) (qbittorrent_dl_info_data_total{server=\"$server\"}))",
"expr": "(sum by (app) (qbittorrent_alltime_ul_total{server=\"$server\"})) / (sum by (app) (qbittorrent_alltime_dl_total{server=\"$server\"}))",
"instant": false,
"interval": "",
"legendFormat": "{{label_name}}",
Expand Down

0 comments on commit e3a8e87

Please sign in to comment.