Troubleshooting Auto Instrumentation Setup Issues
TLDR Sudhansu is having issues with his auto instrumentation setup not sending telemetry data to his otel collector. Nocnica asked about the logs from the collector service.
Aug 29, 2023 (1 month ago)
Sudhansu
03:34 AMThese are the configurations that I have used for my setup
On Port Forwarding the Spring Petclinic application I am able to access it on the browser but it is unable to send any data to the otelcollector that I have deployed.
Nocnica
08:16 AMSudhansu
08:34 AMWhatever logs have been received those are based on generating through telemetry-gen
by using this command
telemetrygen traces --traces 1 --otlp-endpoint localhost:4317 --otlp-insecure
but no logs are getting transmitted on the usage of spring petclinic app
SigNoz Community
Indexed 825 threads (61% resolved)
Similar Threads
Errors in Trace Export and Troubleshooting SigNoz Docker Deployment
Dipen faced errors during trace export in their docker deployment. Prashant suggested checking the OTLP http endpoint with telemetrygen and using the logging exporter with loglevel set to warn or error.
Logging Issue with Spring-Petclinic Deployment
Sanket is having trouble seeing logs after deploying spring-petclinic using auto-instrumentation. nitya-signoz suggested a resource link for assistance.

Troubleshooting SigNoz Auto-Instrumentation Configuration
igor is having trouble configuring auto-instrumentation for Java applications using SigNoz, with traces not appearing in the SigNoz UI. Prashant advises to check logs of the otel sidecar, use service name for endpoint, verify supported libraries, and test with telemetrygen. However, the issue still persists.