Skip to content

Commit

Permalink
Update docker-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
justinglock40 committed Jan 11, 2020
1 parent a66b232 commit 9a1aef2
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions menu/new_ui/templates/promtail/docker-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,28 @@ clients:
- url: http://loki:3100/loki/api/v1/push

scrape_configs:
- job_name: pts
- job_name: pgblitzlogs
static_configs:
- targets:
- localhost
labels:
job: ptslogs
__path__: /var/log/*log
job: pgblitzlogs
__path__: /var/log/pgblitz.log

scrape_configs:
- job_name: emergencylogs
static_configs:
- targets:
- localhost
labels:
job: emergencylogs
__path__: /var/log/emergency/*log

scrape_configs:
- job_name: drivelogs
static_configs:
- targets:
- localhost
labels:
job: drivelogs
__path__: /var/log//drives/*log

0 comments on commit 9a1aef2

Please sign in to comment.