Skip to main content

SigNoz service operations

platform v0.9.11verified 2026-05-14

The SigNoz service is the centralized observability backend. Every service runs a local OTel collector that forwards telemetry to SigNoz's OTLP endpoints on 10.0.1.10. The UI is exposed publicly via the Web service Caddy reverse proxy on DOMAIN_SIGNOZ.

Containers

SigNoz uses the upstream official Docker Compose from the SigNoz repository (cloned to /opt/signoz-repo). init.sh modifies the official compose file to use bind mounts on the attached volume and injects proxy / SMTP variables.

ContainerPurpose
signoz-otel-collectorOTLP receiver (gRPC :4317, HTTP :4318)
query-serviceQuery API + frontend (:8080)
clickhouseTime-series store (:9000 native, :8123 HTTP)
zookeeper-1ClickHouse coordination
alertmanagerAlerts
frontendWeb UI (proxied via query-service)

Access

MethodURLNotes
Publichttps://${DOMAIN_SIGNOZ}Through Web instance Caddy
Private directhttp://10.0.1.10:8080From any instance
OTLP gRPC10.0.1.10:4317Used by every service's OTel collector
OTLP HTTP10.0.1.10:4318Used by every service's OTel collector

See also

External