Ralph Decatrel
03/12/2025, 5:16 PMOTEL_EXPORTER=otlp
OTEL_SERVICE_NAME=rails_app
OTEL_EXPORTER_OTLP_ENDPOINT=<http://signoz-otel-collector:4317>
I also tried port 4318
, and 4318/v1/traces
which also didn’t work
The app and all the signoz containers are in the same docker network.
Gemfile contains:
opentelemetry-sdk (1.8.0)
opentelemetry-exporter-otlp (0.30.0)
opentelemetry-instrumentation-all (0.74.0)
troubleshoot checkEndpoint --endpoint=signoz-otel-collector:4317
2025-03-12T17:07:32.743Z INFO workspace/main.go:28 STARTING!
2025-03-12T17:07:32.743Z INFO checkEndpoint/checkEndpoint.go:41 checking reachability of SigNoz endpoint
2025-03-12T17:07:32.746Z INFO workspace/main.go:46 Successfully sent sample data to signoz ...
After following some of the steps here, but using the docker compose installation steps:
https://signoz.io/docs/instrumentation/opentelemetry-ruby-on-rails/Pranay
Ralph Decatrel
03/12/2025, 9:02 PMRalph Decatrel
03/14/2025, 8:01 PMPranay
Nagesh Bansal
03/25/2025, 7:04 PMRalph Decatrel
03/25/2025, 7:33 PMNagesh Bansal
03/26/2025, 1:04 PMNagesh Bansal
03/26/2025, 1:04 PMNagesh Bansal
04/01/2025, 8:17 AMRalph Decatrel
04/01/2025, 9:52 AM