SigNoz / signoz

SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open source Application Performance Monitoring (APM) & Observability tool
https://signoz.io
Other
18.76k stars 1.22k forks source link

Spring Boot Actuator doesnt show service health and metrics if signoz is attached #4598

Open yadunandanbhat opened 7 months ago

yadunandanbhat commented 7 months ago

Bug description

When i attach the signoz agent to the service's jar, the service's system health, metrics and jvm info doesnt get shown in the spring boot actuator dashboard, but when i remove the signoz agent and run the service, then it shows the info perfectly fine

Expected behavior

It should show the metrics correctly even when the agent is attached

How to reproduce

  1. Attach the signoz's jar as an agent when running the service through "java -jar" command
  2. Check the service health in spring boot actuator dashboard

Version information

Additional context

This is with agent

image

This is without agent

image

Thank you for your bug report – we love squashing them!

welcome[bot] commented 7 months ago

Thanks for opening this issue. A team member should give feedback soon. In the meantime, feel free to check out the contributing guidelines.