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 2ef0e09 commit e840535Copy full SHA for e840535
simpleclient/src/main/java/io/prometheus/client/Gauge.java
@@ -164,7 +164,7 @@ public void setToCurrentTime() {
164
* Call {@link Timer#setDuration} at the end of what you want to measure the duration of.
165
* <p>
166
* This is primarily useful for tracking the durations of major steps of batch jobs,
167
- * which are then pushed to a {@link io.prometheus.client.exporter.PushGateway}.
+ * which are then pushed to a PushGateway.
168
* For tracking other durations/latencies you should usually use a {@link Summary}.
169
*/
170
public Timer startTimer() {
0 commit comments