Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion synchronizer/metrics/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const (
FullL1SyncTimeName = Prefix + "full_L1_sync_time"

// FullSyncIterationTimeName is the name of the label for a L1 synchronization.
FullSyncIterationTimeName = Prefix + "full_L1_sync_time"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This name conflicts with the above histogram name, so this metric isn't being tracked currently.

FullSyncIterationTimeName = Prefix + "full_L1_sync_iteration_time"

// ReadL1DataTimeName is the name of the label to read L1 data.
ReadL1DataTimeName = Prefix + "read_L1_data_time"
Expand Down