We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce356f commit aa471e5Copy full SHA for aa471e5
mithril-infra/assets/docker/prometheus/prometheus.yml
@@ -7,6 +7,14 @@ scrape_configs:
7
static_configs:
8
- targets: ['prometheus:9090']
9
10
+ - job_name: 'promtail'
11
+ static_configs:
12
+ - targets: ['promtail:9080']
13
+
14
+ - job_name: 'loki'
15
16
+ - targets: ['loki:3100']
17
18
- job_name: 'node-exporter'
19
20
- targets: ['node-exporter:9100']
0 commit comments