Skip to content

Commit

Permalink
Fix metric name in grafana dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion committed Mar 31, 2021
1 parent ddf3add commit 0c133c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
ports:
- "9000:9000" # P2P port
- "9596:9596" # REST API port
command: beacon --rootDir /data --api.rest.host 0.0.0.0 --metrics.enabled true
command: beacon --rootDir /data --api.rest.host 0.0.0.0 --metrics.enabled

prometheus:
build: docker/prometheus
Expand Down
2 changes: 1 addition & 1 deletion docker/grafana/provisioning/dashboards/lodestar.json
Original file line number Diff line number Diff line change
Expand Up @@ -2631,7 +2631,7 @@
"steppedLine": false,
"targets": [
{
"expr": "rate(lodestar_block_processor_queue_job_time_seconds[$__rate_interval])",
"expr": "rate(lodestar_block_processor_queue_job_time_seconds_sum[$__rate_interval])",
"instant": false,
"interval": "",
"legendFormat": "",
Expand Down

0 comments on commit 0c133c5

Please sign in to comment.