-
Notifications
You must be signed in to change notification settings - Fork 2
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
Unable to access /metrics #2
Comments
The |
There is a relevant TBD in the docs at
|
@scrain |
@jeffbrown I am also facing same issue, could you please let us know if we are missing any part for configuring endpoint. |
@jeffbrown Could you please update on this issue. |
@jeffbrown I am also not able to access it, Do I have to do some other configuration as well which is not documented. |
@prashantjulka By defining metricRegistry bean in resources.groovy, I am able to get timer information by applying @timed Annotation but getting a scattered information in JSON which does not match with format mentioned at http://grails-plugins.github.io/grails-dropwizard-metrics/1.0.0.M2/index.html#_exposing_metrics_data @jeffbrown If possible could you please check https://stackoverflow.com/questions/42619036/grails-dropwizard-metrics-plugin-doesnt-output-metrics-data-in-correct-format and let us know what else configurations needed to get desired result in correct format. |
Hi @jeffbrown Please update us on the above issue. We need to implement this in our current application. |
Any updates for this issue ? I have the same issue #7 . How to use this plugin ? How to format the metrics like the official doc: https://grails-plugins.github.io/grails-dropwizard-metrics/1.0.0.M3/index.html#_exposing_metrics_data |
Sample-Dropwizard.tar.gz
Attaching a demo application. Please let me know, if I am doing something wrong.
And, when I configured actuator, I was able to see the data provided by actuator at '/metrics' but there was no data for timer, metered, etc.
The text was updated successfully, but these errors were encountered: