Skip to content

Commit a2e4c9b

Browse files
committed
add the link to the form
1 parent baf91cb commit a2e4c9b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/BigtableDataSettings.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,11 @@ public Long getTargetRpcLatencyMsForBatchMutation() {
478478
return stubSettings.bulkMutateRowsSettings().getTargetRpcLatencyMs();
479479
}
480480

481-
/** Register built in metrics. * */
481+
/**
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+
*/
482486
@BetaApi("Built in metric is not currently stable and may change in the future")
483487
public Builder registerBuiltinMetrics() throws IOException {
484488
if (BUILTIN_METRICS_REGISTERED.compareAndSet(false, true)) {

0 commit comments

Comments
 (0)