prometheus remote write with alloy using it
Some checks failed
/ Ansible Lint (push) Failing after 1m53s

This commit is contained in:
chris 2025-04-30 01:08:43 +02:00
commit e183f1a2c3
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
8 changed files with 161 additions and 7 deletions

View file

@ -6,6 +6,7 @@ services:
container_name: prometheus
command:
- '--config.file=/etc/prometheus/prometheus.yml'
- '--web.enable-remote-write-receiver'
ports:
- 9090:9090
restart: unless-stopped
@ -54,7 +55,6 @@ services:
volumes:
- /dev/null:/etc/prometheus/pve.yml
loki:
image: grafana/loki:3
container_name: loki
@ -71,3 +71,4 @@ volumes:
prom_data: {}
alertmanager_data: {}
loki_data: {}
mimir_data: {}