Skip to content

Commit

Permalink
Remove the call base unit for grpc_server_call_started metric.
Browse files Browse the repository at this point in the history
  • Loading branch information
fengli79 committed Jan 28, 2024
1 parent 0decfe0 commit 73e1903
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ static MetricsServerMeters newServerMetricsMeters(MeterRegistry registry) {
builder.setServerCallCounter(Counter.builder(SERVER_CALL_STARTED)
.description("The total number of RPC attempts started from the server side, including "
+ "those that have not completed.")
.baseUnit("call")
.withRegistry(registry));

builder.setSentMessageSizeDistribution(DistributionSummary.builder(
Expand Down

0 comments on commit 73e1903

Please sign in to comment.