Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit f974034

Browse files
author
Dino Oliva
committed
Fixes description to match measurement units.
1 parent 7aa5bf8 commit f974034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/com/google/instrumentation/stats/RpcConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public final class RpcConstants {
6868
public static final MeasurementDescriptor RPC_CLIENT_UNCOMPRESSED_REQUEST_BYTES =
6969
MeasurementDescriptor.create(
7070
"/rpc/client/uncompressed_request_bytes",
71-
"Uncompressed Request MB/s",
71+
"Uncompressed Request MB",
7272
MeasurementUnit.create(6, bytes));
7373
public static final MeasurementDescriptor RPC_CLIENT_UNCOMPRESSED_RESPONSE_BYTES =
7474
MeasurementDescriptor.create(

0 commit comments

Comments
 (0)