Skip to content

Commit

Permalink
removing dot seperator in path (#15120)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhuie19 authored Nov 5, 2024
1 parent a2b4e13 commit e593ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/services/registrysyncer/monitoring.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func initMonitoringResources() (err error) {
return fmt.Errorf("failed to register sync failure counter: %w", err)
}

launcherFailureCounter, err = beholder.GetMeter().Int64Counter("platform_registrysyncer_launch.failures")
launcherFailureCounter, err = beholder.GetMeter().Int64Counter("platform_registrysyncer_launch_failures")
if err != nil {
return fmt.Errorf("failed to register launcher failure counter: %w", err)
}
Expand Down

0 comments on commit e593ded

Please sign in to comment.