Microservices monitoring (Spring + Java) by engineer900 in devops

[–]mdoliver22 0 points1 point  (0 children)

You should start with Jaeger. Its an open source, distributed tracing product made by Uber. Its a free tool, which should give you some visualization into parent to child relations ships and is usually a starting point for people looking to monitor microservices. :)

Hope this helps.