Skip to content

Commit 77c857b

Browse files
chore: generate libraries at Tue Feb 24 18:57:54 UTC 2026
1 parent 751f614 commit 77c857b

File tree

1 file changed

+2
-1
lines changed
  • google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/internal/csm/metrics

1 file changed

+2
-1
lines changed

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/internal/csm/metrics/PacemakerDelay.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ private Recorder(Meter meter) {
4949
meter
5050
.histogramBuilder(NAME)
5151
.setDescription(
52-
"Distribution of the delay between the pacemaker firing and the pacemaker task being scheduled.")
52+
"Distribution of the delay between the pacemaker firing and the pacemaker task"
53+
+ " being scheduled.")
5354
.setUnit(Units.MICROSECOND)
5455
.setExplicitBucketBoundariesAdvice(Buckets.PACEMAKER_BUCKET)
5556
.build();

0 commit comments

Comments
 (0)