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 de0c5e6 commit 50c6c6aCopy full SHA for 50c6c6a
google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerOptions.java
@@ -919,7 +919,8 @@ public boolean isEnableBuiltInMetrics() {
919
920
@Override
921
public boolean isEnableGRPCBuiltInMetrics() {
922
- return "false".equalsIgnoreCase(System.getenv(SPANNER_DISABLE_DIRECT_ACCESS_GRPC_BUILTIN_METRICS));
+ return "false"
923
+ .equalsIgnoreCase(System.getenv(SPANNER_DISABLE_DIRECT_ACCESS_GRPC_BUILTIN_METRICS));
924
}
925
926
0 commit comments