-
Notifications
You must be signed in to change notification settings - Fork 82
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
Riemann reporter doesn't appear to work #106
Comments
Please inspect the JVM with VisualVM or similar. Only a thread dump can tell if the reporter is still running or had to abort e.g. due to an unhandled exception |
Using VisualVM the metrics-riemann-reporter-thread-1 seems to be always parked. Here is the riemann specific thread dump
I've provided the complete thread dump here but I'm not sure it will be useful: |
Parked by |
EDIT: looks like I had a PEBKAC problem - I hadn't passed the correct registry value into |
I use 2.7.0 version, the
lein install
doesn't appear to do anything or takes ages when I cloned this repository.Mainly I see this in the logs:
only once, and I can't see the data in Riemann.
Riemann appear to works as I tried to add metrics manually. I don't have any hint on how to make it works.
I use call this function at start time:
The text was updated successfully, but these errors were encountered: