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 31eeed5 commit 737d1d0
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 @@ -43,7 +43,7 @@ func NewAccountManagerMetrics(ctx context.Context, meter metric.Meter) (*Account
metric.WithExplicitBucketBoundaries(
50, 100, 200, 500, 1000, 2500, 5000, 10000,
),
metric.WithDescription("Number of objects in the network map like peers, routes, firewall rules, etc. that are send to the clients"))
metric.WithDescription("Number of objects in the network map like peers, routes, firewall rules, etc. that are sent to the clients"))
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 737d1d0

Please sign in to comment.