#support

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.

Powered by Struct AI
Aug 29, 2023 (1 month ago)
Sudhansu
Photo of md5-9fa4f20e2c51e919cc3361c94d2cb690
Sudhansu
03:34 AM
Hi all, can anyone help me out in figuring out why my auto instrumentation setup is failing to send telemetry data to otel collector?
These 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.
Image 1 for Hi all, can anyone help me out in figuring out why my  auto instrumentation setup is failing to send telemetry data to otel collector?<br>These are the configurations that I have used for my setup<br>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.Image 2 for Hi all, can anyone help me out in figuring out why my  auto instrumentation setup is failing to send telemetry data to otel collector?<br>These are the configurations that I have used for my setup<br>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.Image 3 for Hi all, can anyone help me out in figuring out why my  auto instrumentation setup is failing to send telemetry data to otel collector?<br>These are the configurations that I have used for my setup<br>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.Image 4 for Hi all, can anyone help me out in figuring out why my  auto instrumentation setup is failing to send telemetry data to otel collector?<br>These are the configurations that I have used for my setup<br>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
Photo of md5-7d3e7e5883af6e145e90d5d5a7a25acf
Nocnica
08:16 AM
What kind of logs are you seeing from that collector service? If it’s running it should be logging as it receives data.
Sudhansu
Photo of md5-9fa4f20e2c51e919cc3361c94d2cb690
Sudhansu
08:34 AM
I am not receiving any new logs for the collector service
Whatever 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
Image 1 for I am not receiving any new logs for the collector service<br>Whatever logs have been received those are based on generating through telemetry-gen<br>by using this command<br><pre><code>telemetrygen traces --traces 1 --otlp-endpoint localhost:4317 --otlp-insecure</code></pre><br>but no logs are getting transmitted on the usage of spring petclinic app