nixos-config/config/services/promtrail.yaml

25 lines
579 B
YAML
Raw Normal View History

2022-01-15 11:08:46 +00:00
server:
http_listen_port: 28183
grpc_listen_port: 0
positions:
filename: /tmp/positions.yaml
clients:
2022-01-28 12:47:50 +00:00
- url: http://[fd0d:a262:1fa6:e621:b4e1:08ff:e658:6f49]:3100/loki/api/v1/push
external_labels:
host: nixos-8gb-fsn1-1
- url: http://[fd0d:a262:1fa6:e621:47e6:24d4:2acb:9437]:3100/loki/api/v1/push
external_labels:
host: nutty-noon
2022-01-15 11:08:46 +00:00
scrape_configs:
- job_name: journal
journal:
max_age: 12h
labels:
job: systemd-journal
relabel_configs:
- source_labels: ["__journal__systemd_unit"]
target_label: "unit"