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 baf91cb commit a2e4c9bCopy full SHA for a2e4c9b
google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/BigtableDataSettings.java
@@ -478,7 +478,11 @@ public Long getTargetRpcLatencyMsForBatchMutation() {
478
return stubSettings.bulkMutateRowsSettings().getTargetRpcLatencyMs();
479
}
480
481
- /** Register built in metrics. * */
+ /**
482
+ * Register built in metrics. This is an experimental feature. Please fill up this form
483
+ * to have your project allow listed for the private preview:
484
+ * https://forms.gle/xuhu6vCunn2MjV2m9
485
+ */
486
@BetaApi("Built in metric is not currently stable and may change in the future")
487
public Builder registerBuiltinMetrics() throws IOException {
488
if (BUILTIN_METRICS_REGISTERED.compareAndSet(false, true)) {
0 commit comments