Skip to content

Commit

Permalink
Update management/server/telemetry/accountmanager_metrics.go
Browse files Browse the repository at this point in the history
Co-authored-by: Viktor Liu <[email protected]>
  • Loading branch information
pascal-fischer and lixmal authored Jan 24, 2025
1 parent 0b83866 commit 689a1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion management/server/telemetry/accountmanager_metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func NewAccountManagerMetrics(ctx context.Context, meter metric.Meter) (*Account
metric.WithExplicitBucketBoundaries(
0.5, 1, 2.5, 5, 10, 25, 50, 100, 250, 500, 1000, 2500, 5000, 10000, 30000,
),
metric.WithDescription("Duration of triggering the account peers update and preparing the required data for the network map being send to the clients"))
metric.WithDescription("Duration of triggering the account peers update and preparing the required data for the network map being sent to the clients"))
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 689a1b9

Please sign in to comment.