Skip to content

Commit

Permalink
Update management/server/telemetry/grpc_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 d7fa8a3 commit f4d9b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion management/server/telemetry/grpc_metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func NewGRPCMetrics(ctx context.Context, meter metric.Meter) (*GRPCMetrics, erro

syncRequestDuration, err := meter.Int64Histogram("management.grpc.sync.request.duration.ms",
metric.WithUnit("milliseconds"),
metric.WithDescription("Duration of the sync gRPC requests from the peers to establish a connection an receive network map updates (update channel)"),
metric.WithDescription("Duration of the sync gRPC requests from the peers to establish a connection and receive network map updates (update channel)"),
)
if err != nil {
return nil, err
Expand Down

0 comments on commit f4d9b4f

Please sign in to comment.