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

Commit

Permalink
fix broken grafana dashboard
Browse files Browse the repository at this point in the history
Signed-off-by: yeya24 <[email protected]>
  • Loading branch information
yeya24 committed Nov 30, 2019
1 parent b1a405c commit 7531128
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 7531128

Please sign in to comment.