Hi there, was facing issues while setting up log exporter on my express app. I have setup a docker c...
a
Hi there, was facing issues while setting up log exporter on my express app. I have setup a docker container for otel-collector on my node machine to push the collected logs to the signoz backend. but getting this in the logs.
Copy code
exporterhelper/retry_sender.go:177      Exporting failed. Will retry the request after interval.        {"kind": "exporter", "data_type": "logs", "name": "otlp/log", "error": "rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp <ip>:<port>: connect: connection refused\"", "interval": "28.45818814s"}
Have replaced ip and port with variables. I am using the basic docker-config for installing signoz on my ec2 instance. I have opened all the required ports: 3301: http, 4318: http, 4317: grpc for my EC2. Any reason I am unable to get the logs up and running.
@tech signoz
n
Did you check if all the containers are running well?
a
All the containers were running, I had enabled ELB on my ec2 machine, and the port opened was set to HTTP/1 and not HTTP/2 for grpc inbound. Now its working. Thanks for reaching out.
🙌 1
Hey @Nitish, can you help in updating the host_name used in the dashboards dropdown, I am getting the docker containerids in the dropdown. I wanted to add names to these docker container_ids.