Hi Community, I need help. I am using SigNoz on my...
# general
a
Hi Community, I need help. I am using SigNoz on my VM where I have installed my Java application to monitor logs and metrics. However, my Java application consists of 10 Tomcat servers, and I want to monitor each one of them separately on a single SigNoz machine. I have managed to monitor a single Tomcat server, but I have not been able to achieve this for the other 9 Tomcat servers. What I have observed is that when I start Tomcat for one server, it runs fine. However, when I start another Tomcat server, the logs from the previous Tomcat server get lost, and SigNoz shows no logs or metrics for it. Please help me to achieve this. Thank you
n
Hi, You'll need to set up a separate file log receiver for each Tomcat server in your OpenTelemetry Collector configuration . Did you try doing that?
a
Thank you for the response. No I haven't tried it, let me give it a try. Thank you