Skip to content

Commit

Permalink
PMM-9315 add promtail logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Oct 30, 2024
1 parent 7eb9f49 commit f44d7a9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build/ansible/roles/loki/files/promtail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,11 @@ scrape_configs:
labels:
job: supervisor
__path__: /srv/logs/supervisord.log

- job_name: promtail
static_configs:
- targets:
- 127.0.0.1
labels:
job: promtail
__path__: /srv/logs/promtail.log

0 comments on commit f44d7a9

Please sign in to comment.