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 2bdb16e commit d7fa8a3
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 @@ -40,7 +40,7 @@ func NewGRPCMetrics(ctx context.Context, meter metric.Meter) (*GRPCMetrics, erro

getKeyRequestsCounter, err := meter.Int64Counter("management.grpc.key.request.counter",
metric.WithUnit("1"),
metric.WithDescription("Number of key gRPC requests from the peers o get the servers public WireGuard key"),
metric.WithDescription("Number of key gRPC requests from the peers to get the server's public WireGuard key"),
)
if err != nil {
return nil, err
Expand Down

0 comments on commit d7fa8a3

Please sign in to comment.