We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e840535 commit 90279bbCopy full SHA for 90279bb
simpleclient/src/main/java/io/prometheus/client/Gauge.java
@@ -221,7 +221,7 @@ public void setToCurrentTime() {
221
* Start a timer to track a duration, for the gauge with no labels.
222
* <p>
223
* 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}.
+ * which are then pushed to a PushGateway.
225
* For tracking other durations/latencies you should usually use a {@link Summary}.
226
227
* Call {@link Timer#setDuration} at the end of what you want to measure the duration of.
0 commit comments