What sample apps can I deploy on Apache Tomcat for testing observability?

0
3
Asked By TechSavvy12 On

I'm looking for a sample application that I can install on Apache Tomcat to test out various observability features, particularly logging and metrics. Ideally, this app should generate a large volume of logs at different levels, such as INFO, WARN, and ERROR. This way, I can conduct a proof-of-concept for log management and monitoring. Any suggestions?

1 Answer

Answered By LogMaster88 On

You might want to check out this tutorial series. It has a Git repository with a sample app that simulates document processing and generates logs along with Prometheus metrics. I've actually used a fork of that app in demo environments, and it worked great for similar purposes. It should be pretty flexible for what you need.

CuriousDev -

Awesome, I'll definitely take a look at that!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.