k8s-research-monitoring/docker/alloy/compose.yaml

27 lines
650 B
YAML

networks:
default:
name: eigen-monitoring
external: true
services:
alloy:
image: grafana/alloy:latest
restart: on-failure
volumes:
- ./config.alloy:/etc/alloy/config.alloy
environment:
REMOTE_WRITE_HOST: 172.10.10.6:30291
LOKI_HOST: 172.10.10.6:30501
TEMPO_HOST: 172.10.10.6:30641
PYROSCOPE_HOST: pyroscope:4040
command:
- run
- /etc/alloy/config.alloy
- --storage.path=/var/lib/alloy/data
- --server.http.listen-addr=0.0.0.0:12345
- --stability.level=experimental
ports:
- "12345:12345"
- "4319:4319"
- "4017:4017"
- "4018:4018"