Skip to content

Commit

Permalink
Merge pull request dragonflyoss#1107 from yeya24/fix-dashboard
Browse files Browse the repository at this point in the history
fix broken grafana dashboard
  • Loading branch information
allencloud authored Dec 1, 2019
2 parents 809cf57 + ac1a494 commit c943271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user_guide/dragonfly.json
Original file line number Diff line number Diff line change
Expand Up @@ -1477,7 +1477,7 @@
"steppedLine": false,
"targets": [
{
"expr": "process_resident_memory_bytes{job=\"service\", instance=~\".*:8002\"}/1024/1024",
"expr": "process_resident_memory_bytes{instance=\"$supernode\"}/1024/1024",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{instance}}",
Expand Down

0 comments on commit c943271

Please sign in to comment.