Hi all, can anyone help me out in figuring out why...
# support
s
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.
n
What kind of logs are you seeing from that collector service? If it’s running it should be logging as it receives data.
s
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
Copy code
telemetrygen traces --traces 1 --otlp-endpoint localhost:4317 --otlp-insecure
but no logs are getting transmitted on the usage of spring petclinic app