Skip to content

Commit

Permalink
Improve docs for graphite bridge.
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-brazil committed Jan 26, 2016
1 parent f2caac5 commit 4504c27
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@
* Thread thread = g.start(CollectorRegistry.defaultRegistry, 60);
* // Stop pushing.
* thread.interrupt();
* thread.joi();
* thread.join();
* }
* </pre>
* <p>
* See <a href="https://github.com/prometheus/pushgateway">https://github.com/prometheus/pushgateway</a>
*/
public class Graphite {
private static final Logger logger = Logger.getLogger(Graphite.class.getName());
Expand Down

0 comments on commit 4504c27

Please sign in to comment.