Skip to content

Commit

Permalink
chore: fix heap allocations panel in VM + host dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Apr 7, 2024
1 parent f2ec0d4 commit 1a1aa00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboards/lodestar_vm_host.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"expr": "sum by (space) ({__name__=~\"nodejs_heap_space_size_used_bytes|network_worker_nodejs_heap_space_size_used_bytes|discv5_worker_nodejs_heap_space_size_used_bytes\")",
"expr": "sum by (space) ({__name__=~\"nodejs_heap_space_size_used_bytes|network_worker_nodejs_heap_space_size_used_bytes|discv5_worker_nodejs_heap_space_size_used_bytes\"})",
"hide": false,
"interval": "",
"legendFormat": "{{space}}",
Expand Down

0 comments on commit 1a1aa00

Please sign in to comment.