Skip to content

Commit

Permalink
chore(docker-swarm): use 3 replicas for otel-collector
Browse files Browse the repository at this point in the history
Signed-off-by: Prashant Shahi <[email protected]>
  • Loading branch information
prashant-shahi committed Jan 27, 2025
1 parent 7127575 commit b113170
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions deploy/docker-swarm/docker-compose.ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ services:
# - "1777:1777" # pprof extension
- "4317:4317" # OTLP gRPC receiver
- "4318:4318" # OTLP HTTP receiver
deploy:
replicas: 3
depends_on:
- clickhouse
- schema-migrator
Expand Down
2 changes: 2 additions & 0 deletions deploy/docker-swarm/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ services:
# - "1777:1777" # pprof extension
- "4317:4317" # OTLP gRPC receiver
- "4318:4318" # OTLP HTTP receiver
deploy:
replicas: 3
depends_on:
- clickhouse
- schema-migrator
Expand Down
2 changes: 1 addition & 1 deletion deploy/docker-swarm/otel-collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ exporters:
dsn: tcp://clickhouse:9000/signoz_logs
timeout: 10s
use_new_schema: true
debug: {}
# debug: {}
service:
telemetry:
logs:
Expand Down

0 comments on commit b113170

Please sign in to comment.