Skip to content

Commit aa471e5

Browse files
committed
Add 'loki/promtail' monitoring
1 parent 1ce356f commit aa471e5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

mithril-infra/assets/docker/prometheus/prometheus.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ scrape_configs:
77
static_configs:
88
- targets: ['prometheus:9090']
99

10+
- job_name: 'promtail'
11+
static_configs:
12+
- targets: ['promtail:9080']
13+
14+
- job_name: 'loki'
15+
static_configs:
16+
- targets: ['loki:3100']
17+
1018
- job_name: 'node-exporter'
1119
static_configs:
1220
- targets: ['node-exporter:9100']

0 commit comments

Comments
 (0)