forked from dappnode/DAppNodePackage-shutter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpromtail_config.yaml
More file actions
44 lines (44 loc) · 1.04 KB
/
promtail_config.yaml
File metadata and controls
44 lines (44 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
server:
http_listen_port: 9080
grpc_listen_port: 0
positions:
filename: /tmp/positions.yaml
client:
url: https://logs.metrics.shutter.network/insert/loki/api/v1/push
basic_auth:
username: ${PUSHGATEWAY_USERNAME}
password: ${PUSHGATEWAY_PASSWORD}
scrape_configs:
- job_name: configure
pipeline_stages:
- regex:
expression: '^(?P<_msg>.*)$'
static_configs:
- targets:
- localhost
labels:
job: configure
host: ${KEYPER_NAME}
__path__: /tmp/configure.log
- job_name: keyper
pipeline_stages:
- regex:
expression: '^(?P<_msg>.*)$'
static_configs:
- targets:
- localhost
labels:
job: keyper
host: ${KEYPER_NAME}
__path__: /tmp/keyper.log
- job_name: chain
pipeline_stages:
- regex:
expression: '^(?P<_msg>.*)$'
static_configs:
- targets:
- localhost
labels:
job: chain
host: ${KEYPER_NAME}
__path__: /tmp/chain.log