Skip to content

Instantly share code, notes, and snippets.

@possebon
Created December 19, 2025 17:51
Show Gist options
  • Select an option

  • Save possebon/5d9dfc514f5ffabd4aa5547142b6c428 to your computer and use it in GitHub Desktop.

Select an option

Save possebon/5d9dfc514f5ffabd4aa5547142b6c428 to your computer and use it in GitHub Desktop.
Open Source Infrastructure Stack - 17-signoz-server-config

SigNoz Unified Server Configuration

# SigNoz unified server (v0.104.0+)
signoz-server:
  image: signoz/signoz-community:v0.104.0
  environment:
    - SIGNOZ_TELEMETRYSTORE_CLICKHOUSE_DSN=tcp://signoz-clickhouse:9000
    - SIGNOZ_TOKENIZER_JWT_SECRET=${SIGNOZ_JWT_SECRET}
  deploy:
    labels:
      - "traefik.http.routers.signoz.rule=Host(`monitoring.yourdomain.com`)"

SigNoz provides full-stack APM including:

  • Distributed tracing (OpenTelemetry native)
  • Metrics collection
  • Log aggregation
  • Custom dashboards
  • Alerting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment