We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9189bb0 commit 71d089dCopy full SHA for 71d089d
src/Scanner.java
@@ -1809,7 +1809,6 @@ public static class ScanMetrics extends ServerSideScanMetrics {
1809
public static final String NOT_SERVING_REGION_EXCEPTION_METRIC_NAME = "NOT_SERVING_REGION_EXCEPTION";
1810
public static final String BYTES_IN_RESULTS_METRIC_NAME = "BYTES_IN_RESULTS";
1811
public static final String REGIONS_SCANNED_METRIC_NAME = "REGIONS_SCANNED";
1812
- public static final String RPC_RETRIES_METRIC_NAME = "RPC_RETRIES";
1813
1814
private long count_of_rpc_calls = 0;
1815
0 commit comments