Files
boc/iom/monitoring/promtail-config.yml
T

35 lines
656 B
YAML
Raw Normal View History

server:
http_listen_port: 9080
grpc_listen_port: 0
positions:
filename: /tmp/positions.yaml
clients:
- url: http://loki:3100/loki/api/v1/push
scrape_configs:
- job_name: iom-api
static_configs:
- targets:
- localhost
labels:
job: iom-api
__path__: /var/log/iom/api.log
- job_name: iom-worker
static_configs:
- targets:
- localhost
labels:
job: iom-worker
__path__: /var/log/iom/worker.log
- job_name: system
static_configs:
- targets:
- localhost
labels:
job: system
__path__: /var/log/syslog