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 f2caac5 commit 4504c27Copy full SHA for 4504c27
simpleclient_graphite_bridge/src/main/java/io/prometheus/client/bridge/Graphite.java
@@ -26,11 +26,10 @@
26
* Thread thread = g.start(CollectorRegistry.defaultRegistry, 60);
27
* // Stop pushing.
28
* thread.interrupt();
29
- * thread.joi();
+ * thread.join();
30
* }
31
* </pre>
32
* <p>
33
- * See <a href="https://github.com/prometheus/pushgateway">https://github.com/prometheus/pushgateway</a>
34
*/
35
public class Graphite {
36
private static final Logger logger = Logger.getLogger(Graphite.class.getName());
0 commit comments