I have auto instrumented my nodejs application on ...
# support
n
I have auto instrumented my nodejs application on docker signoz. traces are coming to signoz but none of the logs receiving on it. Which setting needs to enable to see logs of respective traces?
n
Please share your otel-collector config here
also can you add debug exporter in the otel-config just to be sure you're able to export the logs
n
otel-collector-config.yaml
n
also can you add debug exporter in the otel-config just to be sure you're able to get the logs
could you please try with this once - need to check whether logs are getting exported
you can use this :
Copy code
exporter:
   debug: 

pipelines: 
  logs:
    exporters: [clickhouselogsexporter, debug]
n
@Nagesh Bansal sir, docker instance continuously restarting post adding those settings. can you plz help to rectify.
n
you have a cardinal span name - please look for the service which might be causing this form logs
n
ok sir. after adding your suggested debug logs related settings, I received debug logs on signoz portal. but otel collector instance was unstable. Now its healthy after removing those logs related settings from otel-collector yml file. but those events continuously coming into otel collector instance. Is there any indentation error with my otel config file ?
Is it hitting any limits on otel collector ?