Skip to content

Instantly share code, notes, and snippets.

@tzachz
Created May 31, 2017 21:18
Show Gist options
  • Save tzachz/e4b82dd37b3f6aac8caa878d22d33fa8 to your computer and use it in GitHub Desktop.
Save tzachz/e4b82dd37b3f6aac8caa878d22d33fa8 to your computer and use it in GitHub Desktop.
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