Skip to content

Commit

Permalink
add the link to the form
Browse files Browse the repository at this point in the history
  • Loading branch information
mutianf committed Aug 3, 2022
1 parent baf91cb commit a2e4c9b
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,11 @@ public Long getTargetRpcLatencyMsForBatchMutation() {
return stubSettings.bulkMutateRowsSettings().getTargetRpcLatencyMs();
}

/** Register built in metrics. * */
/**
* Register built in metrics. This is an experimental feature. Please fill up this form
* to have your project allow listed for the private preview:
* https://forms.gle/xuhu6vCunn2MjV2m9
*/
@BetaApi("Built in metric is not currently stable and may change in the future")
public Builder registerBuiltinMetrics() throws IOException {
if (BUILTIN_METRICS_REGISTERED.compareAndSet(false, true)) {
Expand Down

0 comments on commit a2e4c9b

Please sign in to comment.