Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reporter to send metrics to Graphite (realtime graphing) #16

Merged
merged 1 commit into from
May 9, 2011

Conversation

tmahesh
Copy link
Contributor

@tmahesh tmahesh commented May 5, 2011

//send metrics to graphite server running on port 2003, every 10s
Metrics.enableGraphiteReporting(10, TimeUnit.SECONDS, "graphite.lan", 2003);

About Graphite: http://graphite.wikidot.com/

Change-Id: I2fbfdda1ff3dd5ad8877c27680270e446573c6f0

http://graphite.wikidot.com/

Change-Id: I2fbfdda1ff3dd5ad8877c27680270e446573c6f0
codahale pushed a commit that referenced this pull request May 9, 2011
Reporter to send metrics to  Graphite (realtime graphing)
@codahale codahale merged commit 1d598ed into dropwizard:development May 9, 2011
@codahale
Copy link
Contributor

codahale commented May 9, 2011

Awesome, thank you! I'll repackage this slightly, but much appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants