grails-actuator-ui icon indicating copy to clipboard operation
grails-actuator-ui copied to clipboard

UI representation of Spring Boot Actuator in a Grails 3 app

Results 5 grails-actuator-ui issues
Sort by recently updated
recently updated
newest added

Great plugin, but does not work with Grails 3.3.2. Accessing the dashboard URL produces this: ## Error 500: Internal Server Error **URI**: /actuatorDashboard/index **Class**: org.grails.web.json.JSONException **Message**: null **Caused by**: Missing...

For some reason Spring Security requires this pattern `/actuator:actuatordashboard/**` to be enabled for an admin role. I found out by enabling logging for spring security: ``` 2018-04-18 09:03:22,272 TRACE grails.plugin.springsecurity.web.access.intercept.AnnotationFilterInvocationDefinition...

Hi! I cannot seem to implement your plugin, which looks very helpful! Here is my stacktrace: `017-06-14 14:11:39,281 - ERROR org.grails.web.errors.GrailsExceptionResolver - OutOfMemoryError occurred when processing request: [GET] /myApp/actuator/dashboard Java...

Impressed with the UI of this application and would like to know if this can be used for Spring boot application which is exposing Actuator end points. Can someone please...

question