AutoML_MLOps_PipeLine / observability /promtail /promtail-config.yaml
Abeshith's picture
Added Monitoring Stages
b53ee19
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: system
static_configs:
- targets:
- localhost
labels:
job: varlogs
__path__: /var/log/*log
- job_name: fastapi-logs
static_configs:
- targets:
- localhost
labels:
job: fastapi
__path__: /app/logs/*.log
- job_name: prediction-logs
static_configs:
- targets:
- localhost
labels:
job: predictions
__path__: /app/monitoring/predictions/*.jsonl