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.
Ansh Rathod
06/22/2024, 2:31 PM
@tech signoz
n
Nitish
06/24/2024, 2:54 AM
Did you check if all the containers are running well?
a
Ansh Rathod
06/25/2024, 5:59 AM
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
Ansh Rathod
06/26/2024, 8:12 AM
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.
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.