signoz-otel
Installation
SKILL.md
SigNoz OTLP
Node.js apps export to SigNoz over OTLP/HTTP JSON on port 4318 (/v1/traces, /v1/logs, /v1/metrics). Port 4317 is gRPC — do not point HTTP SDKs at it.
Code templates, collector YAML, and the troubleshooting matrix live in reference.md.
1. Env
Set only the shared endpoint — base URL, no path suffix:
OTEL_EXPORTER_OTLP_ENDPOINT=http://<collector-host>:4318
Unset endpoint = telemetry no-op (local dev default).
Completion: endpoint documented in deployment env; OTEL_SERVICE_NAME not used (see step 2).