Skip to content

Commit e840535

Browse files
committed
Javadoc doesn't like reference to other module.
1 parent 2ef0e09 commit e840535

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
@@ -164,7 +164,7 @@ public void setToCurrentTime() {
164164
* Call {@link Timer#setDuration} at the end of what you want to measure the duration of.
165165
* <p>
166166
* 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}.
167+
* which are then pushed to a PushGateway.
168168
* For tracking other durations/latencies you should usually use a {@link Summary}.
169169
*/
170170
public Timer startTimer() {

0 commit comments

Comments
 (0)