Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
corverroos committed Jul 8, 2022
1 parent 3f88f39 commit fcbc776
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/scheduler/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var (
syncMedianGauge = promauto.NewGauge(prometheus.GaugeOpts{
Namespace: "core",
Subsystem: "scheduler",
Name: "clock_sync_offset_seconds",
Name: "beacon_node_offset_seconds",
Help: "The beacon node clock sync median offset in seconds",
})
)
Expand Down
2 changes: 1 addition & 1 deletion testutil/compose/static/grafana/dash_simnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
"uid": "PBFA97CFB590B2093"
},
"exemplar": true,
"expr": "core_scheduler_clock_sync_offset_seconds{job=\"$node\"}",
"expr": "core_scheduler_beacon_node_offset_seconds{job=\"$node\"}",
"interval": "",
"legendFormat": "",
"refId": "A"
Expand Down

0 comments on commit fcbc776

Please sign in to comment.