This message was deleted.
# general
s
This message was deleted.
d
We have a avg 14 Million spans generated per hour
p
Hey @Dipen Bhatt 👋 Troubleshooting only supports gRPC endpoint that would be
172.17.0.1:4317
instead.
Copy code
Connection aborted.', RemoteDisconnected('Remote end closed connection without response'
it is possible that either the endpoint is not right or the signoz otel-collector is not healthy.
d
Generating telemetry data isn;t the problem, the problem is knowing whats happening inside collector. Is there any debug log option in collector docker-compose which can enable some logs telling where exactly otel-collector might be failing?
p
You can use logging exporter with
loglevel
set to either
warn
or
error
. Ref: https://github.com/open-telemetry/opentelemetry-collector/blob/main/exporter/loggingexporter/README.md
Update otel-collector config to include the
logging
exporter. Remember to include it in all desired pipelines as well.