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 db820ba commit 587fa40Copy full SHA for 587fa40
shutter/promtail_config.yaml
@@ -20,7 +20,7 @@ scrape_configs:
20
- localhost
21
labels:
22
job: configure
23
- host: ${HOSTNAME}
+ host: $(HOSTNAME)
24
__path__: /tmp/configure.log
25
26
- job_name: keyper
@@ -31,7 +31,7 @@ scrape_configs:
31
32
33
job: keyper
34
35
__path__: /tmp/keyper.log
36
37
- job_name: chain
@@ -42,5 +42,5 @@ scrape_configs:
42
43
44
45
46
__path__: /tmp/chain.log
0 commit comments