I am using the docke-compose.yaml file from the temp git repo in the folder tempo\example\docker-compose\otel-collector
All the containers come up but the traces dont show up in grafana. When I checked the logs it seems the otel-collector service is not able to connect to tempo. Here is the error message:
2021-12-07T19:14:35.372Z info exporterhelper/queued_retry.go:325 Exporting failed. Will retry the request after interval. {"kind": "exporter", "name": "otlp", "error": "failed to push trace data via OTLP exporter: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing dial tcp 172.20.0.6:55680: connect: connection refused\"", "interval": "40.458987627s"}
I am not sure what is wrong and where to look for the problem. All containers are on the default network and the synthetic trace generator is able to acces the otel-collector service but the otel-collector is not able to get to the tempo port.