Skip to content

Commit 4504c27

Browse files
committed
Improve docs for graphite bridge.
1 parent f2caac5 commit 4504c27

File tree

1 file changed

+1
-2
lines changed
  • simpleclient_graphite_bridge/src/main/java/io/prometheus/client/bridge

1 file changed

+1
-2
lines changed

simpleclient_graphite_bridge/src/main/java/io/prometheus/client/bridge/Graphite.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@
2626
* Thread thread = g.start(CollectorRegistry.defaultRegistry, 60);
2727
* // Stop pushing.
2828
* thread.interrupt();
29-
* thread.joi();
29+
* thread.join();
3030
* }
3131
* </pre>
3232
* <p>
33-
* See <a href="https://github.com/prometheus/pushgateway">https://github.com/prometheus/pushgateway</a>
3433
*/
3534
public class Graphite {
3635
private static final Logger logger = Logger.getLogger(Graphite.class.getName());

0 commit comments

Comments
 (0)