Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
mutianf committed Aug 11, 2023
1 parent 32ecf9f commit ae04467
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public static void enableGfeOpenCensusStats() {
}

/**
* Enable OpenCensus Stats based on the metric version views. See {@link
* Enable OpenCensus Stats with the specified metricVersion. See {@link
* com.google.cloud.bigtable.data.v2.stub.metrics.RpcViews.MetricVersion} for details.
*/
@BetaApi("OpenCensus stats integration is currently unstable and may change in the future")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ public class RpcViews {
* id, zone id and cluster id.
*
* <p>GFE_EXTRA_LABELS: same metrics as GFE but tagged with extra labels including table id,
* zone id and cluster id. When a request failed before it gets to the cluster, cluster id will be
* tagged with "unspecified" and zone id will be "global".
* zone id and cluster id. When a request failed before it gets to the cluster, cluster id
* will be tagged with "unspecified" and zone id will be "global".
*
* <p>ALL_EXTRA_LABELS: include both BASIC_EXTRA_LABELS and GFE_EXTRA_LABELS metrics.
*/
Expand Down Expand Up @@ -69,7 +69,7 @@ public static void registerBigtableClientGfeViews() {
registerBigtableClientViews(Stats.getViewManager(), MetricVersion.GFE);
}

/** Register Bigtable client OpenCensus views with the given {@link MetricVersion}. **/
/** Register Bigtable client OpenCensus views with the given {@link MetricVersion}. * */
public static void registerBigtableClientViews(MetricVersion metricVersion) {
registerBigtableClientViews(Stats.getViewManager(), metricVersion);
}
Expand Down

0 comments on commit ae04467

Please sign in to comment.