egeria-docs icon indicating copy to clipboard operation
egeria-docs copied to clipboard

Add docs on using spring actuator to debug issues

Open planetf1 opened this issue 1 year ago • 3 comments

Spring actuator can be enabled by setting the appropriate property:

java "-Dmanagement.endpoints.web.exposure.include=*" -jar open-metadata-implementation/server-chassis/server-chassis-spring/build/libs/server-chassis-spring-4.0-SNAPSHOT.jar &

Once run here are some examples of how to list metrics. We can also gather heapdumps, and check health.

All responses are json

The prometheus endpoint can be consumed by prometheus for more sophisticated use

Capturing these as rough notes, and will refine into proper docs

planetf1 avatar Mar 20 '23 12:03 planetf1