Skip to content

Commit

Permalink
retest
Browse files Browse the repository at this point in the history
Signed-off-by: artem_danilov <[email protected]>
  • Loading branch information
artem_danilov committed Jan 23, 2025
1 parent 029233b commit f9a6540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/metrics/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var consumersInitializers = struct {
value []func()
}{}

// RegisterConsumer registers a consumer to be initialized when the metrics are (re)initialized.
// RegisterConsumer registers a consumer to be initialized when the metrics are (re)initialized
func RegisterConsumer(initConsumer func()) {
consumersInitializers.Lock()
defer consumersInitializers.Unlock()
Expand Down

0 comments on commit f9a6540

Please sign in to comment.