Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
zasweq committed Nov 1, 2022
1 parent 276dcc8 commit ff9f86f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/ocgrpc/client_metrics.go
Expand Up @@ -56,7 +56,7 @@ var (
ClientRoundtripLatencyView = &view.View{
Measure: ClientRoundtripLatency,
Name: "grpc.io/client/roundtrip_latency",
Description: "Number of started client RPCs.",
Description: "Distribution of round-trip latency, by method.",
TagKeys: []tag.Key{KeyClientMethod},
Aggregation: DefaultMillisecondsDistribution,
}
Expand All @@ -74,7 +74,7 @@ var (
ClientStartedRPCsView = &view.View{
Measure: ClientStartedRPCs,
Name: "grpc.io/client/started_rpcs",
Description: "Count of started RPCs by method.",
Description: "Number of started client RPCs.",
TagKeys: []tag.Key{KeyClientMethod},
Aggregation: view.Count(),
}
Expand Down

0 comments on commit ff9f86f

Please sign in to comment.