Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1107 from yeya24/fix-dashboard
Browse files Browse the repository at this point in the history
fix broken grafana dashboard
  • Loading branch information
allencloud committed Dec 1, 2019
2 parents ccd900d + 7531128 commit d714d98
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 d714d98

Please sign in to comment.