Skip to content

Commit 90279bb

Browse files
committed
And another one javadoc doesn't like.
1 parent e840535 commit 90279bb

File tree

1 file changed

+1
-1
lines changed
  • simpleclient/src/main/java/io/prometheus/client

1 file changed

+1
-1
lines changed

simpleclient/src/main/java/io/prometheus/client/Gauge.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ public void setToCurrentTime() {
221221
* Start a timer to track a duration, for the gauge with no labels.
222222
* <p>
223223
* This is primarily useful for tracking the durations of major steps of batch jobs,
224-
* which are then pushed with {@link io.prometheus.client.exporter.PushGateway}.
224+
* which are then pushed to a PushGateway.
225225
* For tracking other durations/latencies you should usually use a {@link Summary}.
226226
* <p>
227227
* Call {@link Timer#setDuration} at the end of what you want to measure the duration of.

0 commit comments

Comments
 (0)