Slackbot
05/10/2022, 1:47 AMDanish Ahmad Ansari
05/10/2022, 12:03 PMDanish Ahmad Ansari
05/10/2022, 12:26 PMPranay
Danish Ahmad Ansari
05/10/2022, 2:29 PM./scripts/commentLinesForSetup.sh
& ./CONTRIBUTING.md
query-service:
image: signoz/query-service:0.7.5
container_name: query-service
command: ["-config=/root/config/prometheus.yml"]
volumes:
- ./prometheus.yml:/root/config/prometheus.yml
- ../dashboards:/root/config/dashboards
- ./data/signoz/:/var/lib/signoz/
environment:
- ClickHouseUrl=tcp://clickhouse:9000
- STORAGE=clickhouse
- GODEBUG=netdns=go
- TELEMETRY_ENABLED=true
- DEPLOYMENT_TYPE=docker-standalone-amd
restart: on-failure
healthcheck:
test: ["CMD", "wget", "--spider", "-q", "localhost:8080/api/v1/version"]
interval: 30s
timeout: 5s
retries: 3
depends_on:
clickhouse:
condition: service_healthy
network_mode: host
frontend:
image: signoz/frontend:0.7.5
container_name: frontend
restart: on-failure
depends_on:
- alertmanager
- query-service
ports:
- "3022:3301"
volumes:
- ../common/nginx-config.conf:/etc/nginx/conf.d/default.conf
network_mode: host
otel-collector:
image: signoz/otelcontribcol:0.43.0
command: ["--config=/etc/otel-collector-config.yaml"]
volumes:
- ./otel-collector-config.yaml:/etc/otel-collector-config.yaml
ports:
- "3023:4317" # OTLP gRPC receiver
- "3024:4318" # OTLP HTTP receiver
# - "8889:8889" # Prometheus metrics exposed by the agent
# - "13133" # health_check
# - "14268:14268" # Jaeger receiver
# - "55678:55678" # OpenCensus receiver
# - "55679:55679" # zpages extension
# - "55680:55680" # OTLP gRPC legacy receiver
# - "55681:55681" # OTLP HTTP legacy receiver
mem_limit: 2000m
restart: on-failure
depends_on:
clickhouse:
condition: service_healthy
network_mode: host
otel-collector-metrics:
image: signoz/otelcontribcol:0.43.0
command: ["--config=/etc/otel-collector-metrics-config.yaml"]
volumes:
- ./otel-collector-metrics-config.yaml:/etc/otel-collector-metrics-config.yaml
restart: on-failure
depends_on:
clickhouse:
condition: service_healthy
network_mode: hostDanish Ahmad Ansari
05/10/2022, 4:08 PMDanish Ahmad Ansari
05/11/2022, 8:15 AMSigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.
Powered by