Created
May 31, 2017 21:18
-
-
Save tzachz/e4b82dd37b3f6aac8caa878d22d33fa8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AnodotReporterConfiguration anodotConf = | |
new DefaultAnodotReporterConfiguration("your-token", 60, "https://api.anodot.com/api/v1/metrics"); | |
Anodot3ReporterBuilder.builderFor(anodotConf) | |
.build(metricRegistry) | |
.start() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment