Add otel_collector accessory for load balancer

This commit is contained in:
Fernando Álvarez
2025-10-02 10:34:50 +02:00
parent b7b5bcc7b9
commit c6893dcae8
2 changed files with 22 additions and 0 deletions
+11
View File
@@ -46,3 +46,14 @@ accessories:
- 443:443
volumes:
- load-balancer:/home/kamal-proxy/.config/kamal-proxy
otel_collector-load-balancer:
image: otel/opentelemetry-collector-contrib:0.126.0
port: 9394
files:
- config/otel_collector.yml:/etc/otelcol-contrib/config.yaml
volumes:
- /var/run/docker.sock:/var/run/docker.sock
options:
user: 0
host: fizzy-beta-lb-01
+11
View File
@@ -46,3 +46,14 @@ accessories:
- 443:443
volumes:
- load-balancer:/home/kamal-proxy/.config/kamal-proxy
otel_collector-load-balancer:
image: otel/opentelemetry-collector-contrib:0.126.0
port: 9394
files:
- config/otel_collector.yml:/etc/otelcol-contrib/config.yaml
volumes:
- /var/run/docker.sock:/var/run/docker.sock
options:
user: 0
host: fizzy-staging-lb-01