Troubleshooting: No Tracing Data Exported from Docker Container
TLDR Hassan couldn't export tracing data from the otel-collector, but resolved it by running all containers on the same external network. Olawale experienced a similar issue.
Sep 14, 2023 (2 months ago)
Hassan
03:38 PMotel-collector
from inside my app_backend container but the service is not being created and no tracing data is exported.I have tried almost everything and not sure what could be the issue
tried both gprc and http port for export url and also with out
/v1/traces
exportUrls tried
otel-collector:4318/v1/traces
otel-collector:4317/v1/traces
otel-collector:4318
otel-collector:4317
<http://172.18.0.6:4318/v1/traces>
while
172.18.0.6
is ip of the signoz-otel-collector container.Hassan
03:47 PMSep 16, 2023 (2 months ago)
Olawale
02:41 PMIn my case, the error is
"error": "clickhouse: dateTime overflow. timestamp must be between 1925-01-01 00:00:00 and 2283-11-11 00:00:00"}
Sep 20, 2023 (2 months ago)
Hassan
12:36 AMSignoz containers run on network
clickhouse-setup-default
which comes from docker-compose spec that your network is created with project name (i.e directory name) suffixed with -default.And my app containers were running on network
my-app-name-default
so i had to run all of these on same network.I created an external network and added them to all services of docker-compose.yml in Signoz as well as my app's docker compose services. In such case they no more create and join default network and containers are able to communicate with each other over docker network.
This resolved issue for me.
SigNoz Community
Indexed 1023 threads (61% resolved)
Similar Threads
Troubleshooting Clickhouse Exporter Error
ELLIOTTCABLE encountered an error with Clickhouse exporters, likely due to a misconfiguration hinted by Srikanth. This was confirmed when ELLIOTTCABLE realized that Clickhouse's HTTP protocol was not implemented. The user subsequently inquired about HTTP-protocol support or alternative configurations.
Issues with Installing Signoz on Standalone VM with Two Additional Disks
vvpreo is having difficulty installing Signoz on a standalone VM due to an issue with OTEL collector not starting because of migration problems. Ankit and vishal-signoz proposed various solutions, but the issue remained unresolved. They planned a screen-sharing session to resolve it.
Configuring Logs in Signoz and Clickhouse
Varaprasad queries on pushing logs to ClickHouse and analyzing from SigNoz. Srikanth advises using `signoz-otel-collector` and shares a guide. Varaprasad explains their plan of action. Ankit confirms vector parsing and sharding setup in ClickHouse.