Monitoring Dockerized Spring Boot Application with OpenTelemetry
TLDR Emmanuel faced issues monitoring a dockerized Spring Boot app with OpenTelemetry. Srikanth explained it's not related to Docker; app disappears due to inactivity.
Apr 13, 2023 (8 months ago)
Emmanuel
05:51 PMIs there a way to monitoring a dockerised spring boot application? This is the entry point in the dockerfile
*ENTRYPOINT* ["java","-javaagent:/usr/local/lib/opentelemetry-javaagent.jar","-Dotel.exporter.otlp.endpoint=<http://xx.xx.xx.xx:4317>", "-Dotel.resource.attributes=service.name=Payroll-API-dev", "-jar" , "/usr/local/lib/demo.jar"]
Srikanth
10:51 PMThere is a time range in the top right corner. If your application stops sending data for a long time it will not appear in the list. It’s not really about the docker if you could get some data.
Apr 14, 2023 (8 months ago)
Emmanuel
12:59 PMSigNoz Community
Indexed 1023 threads (61% resolved)
Similar Threads
Issue with FastAPI App Not Showing Metrics via Docker Compose
fahad is having trouble viewing app and opentelemetry metrics when running their fastapi application via docker-compose. Nocnica suggests that the OTLP_ENDPOINT may be configured incorrectly.
Implementing Observe-ability using Signoz and Spring Boot
Manish struggled sending logs from a Spring Boot app to Signoz using opentelemetry. Manikanta suggested no additional dependencies were necessary and the issue was resolved.
Unable to Monitor jdbc_connections_active Metrics in SigNoz
Ragulraj is unable to monitor jdbc_connections_active metrics with SigNoz despite modifying configurations and adding dependencies. Srikanth provided troubleshooting steps and info on alternatives, but the issue remains unresolved.