fstab / promagent

Prometheus Monitoring for Java Web Applications without Modifying their Source Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compatability with Tomcat and Mule ESB?

DavidHaasz opened this issue · comments

This looks like a great library to use for white box monitoring! Just wondered if its compatible with Tomcat and Mule ESB?

Hi David, I would not call it a library, because you cannot use it as it is. It's more an example code. In order to use it, you have to clone it and replace the Hooks and Metrics with something that's useful for your scenario.
Tomcat works, this is what the Spring Boot demo uses (if you have Docker, call mvn clean verify -Pspring to run an integration test against a Docker container). I did not test it with the Mule ESB, but if you try it I would be very interested in the result :)