prometheus remote write with alloy using it
Some checks failed
/ Ansible Lint (push) Failing after 1m53s
Some checks failed
/ Ansible Lint (push) Failing after 1m53s
This commit is contained in:
parent
e21ff26f36
commit
e183f1a2c3
8 changed files with 161 additions and 7 deletions
|
@ -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: {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue