Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Jun 18, 2024
1 parent 4c802b1 commit dfa217e
Show file tree
Hide file tree
Showing 4 changed files with 229 additions and 219 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ If you are using Maven without the BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.41.0')
implementation platform('com.google.cloud:libraries-bom:26.42.0')
implementation 'com.google.cloud:google-cloud-storage'
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,8 @@ private Tuple<StorageSettings, Opts<UserProject>> resolveSettingsAndOpts() throw
}

if (enableMetrics) {
OpenTelemetryBootstrappingUtils.enableGrpcMetrics(channelProviderBuilder, endpoint, this.getProjectId(), this.getUniverseDomain());
OpenTelemetryBootstrappingUtils.enableGrpcMetrics(
channelProviderBuilder, endpoint, this.getProjectId(), this.getUniverseDomain());
}

builder.setTransportChannelProvider(channelProviderBuilder.build());
Expand Down Expand Up @@ -466,10 +467,9 @@ public GrpcStorageOptions.Builder setAttemptDirectPath(boolean attemptDirectPath
return this;
}
/**
* Option for whether this client should emit internal gRPC client internal metrics to Cloud Monitoring.
* To disable metric reporting, set this to false.
* True by default.
* Emitting metrics is free and requires minimal CPU and memory.
* Option for whether this client should emit internal gRPC client internal metrics to Cloud
* Monitoring. To disable metric reporting, set this to false. True by default. Emitting metrics
* is free and requires minimal CPU and memory.
*
* @since 2.41.0 This new api is in preview and is subject to breaking changes.
*/
Expand Down

0 comments on commit dfa217e

Please sign in to comment.