We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4cdf7 commit b108ed3Copy full SHA for b108ed3
api/src/main/java/io/grpc/PartialMetricInstrument.java
@@ -89,4 +89,9 @@ public List<String> getOptionalLabelKeys() {
89
public boolean isEnableByDefault() {
90
return enableByDefault;
91
}
92
+
93
+ @Override
94
+ public String toString() {
95
+ return getClass().getName() + "(" + getName() + ")";
96
+ }
97
0 commit comments