Skip to content

Commit

Permalink
fix: task download failed panel (#21)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi authored May 11, 2024
1 parent 84d8c3d commit 2be3d70
Show file tree
Hide file tree
Showing 4 changed files with 618 additions and 651 deletions.
16 changes: 8 additions & 8 deletions grafana/dashboards/client.json
Original file line number Diff line number Diff line change
Expand Up @@ -1620,7 +1620,7 @@
},
"editorMode": "code",
"exemplar": true,
"expr": "rate(dragonfly_client_download_task_total{}[$interval])",
"expr": "rate(dragonfly_client_download_task_failure_total{}[$interval])",
"format": "time_series",
"interval": "60",
"intervalFactor": 2,
Expand All @@ -1631,7 +1631,7 @@
"step": 4
}
],
"title": "Download Task",
"title": "Download Task Failed",
"type": "timeseries"
},
{
Expand Down Expand Up @@ -4802,20 +4802,20 @@
"auto_count": 30,
"auto_min": "10s",
"current": {
"selected": false,
"text": "5m",
"value": "5m"
"selected": true,
"text": "1m",
"value": "1m"
},
"hide": 0,
"name": "interval",
"options": [
{
"selected": false,
"selected": true,
"text": "1m",
"value": "1m"
},
{
"selected": true,
"selected": false,
"text": "5m",
"value": "5m"
},
Expand Down Expand Up @@ -4905,6 +4905,6 @@
"timezone": "",
"title": "Client",
"uid": "UtXpSprnk",
"version": 2,
"version": 3,
"weekStart": ""
}
10 changes: 5 additions & 5 deletions grafana/dashboards/manager.json
Original file line number Diff line number Diff line change
Expand Up @@ -1747,20 +1747,20 @@
"auto_count": 30,
"auto_min": "10s",
"current": {
"selected": false,
"text": "5m",
"value": "5m"
"selected": true,
"text": "1m",
"value": "1m"
},
"hide": 0,
"name": "interval",
"options": [
{
"selected": false,
"selected": true,
"text": "1m",
"value": "1m"
},
{
"selected": true,
"selected": false,
"text": "5m",
"value": "5m"
},
Expand Down
Loading

0 comments on commit 2be3d70

Please sign in to comment.