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.
What kind of logs are you seeing from that collector service? If it’s running it should be logging as it receives data.
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
Sudhansu
Tue, 29 Aug 2023 03:34:39 UTCHi 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.