feat!: Enable Traefik metrics, rename common label var, README fixes

This commit is contained in:
hatemosphere
2024-03-06 15:25:59 +01:00
parent 41f491a0bd
commit 478c3f7ab9
5 changed files with 46 additions and 51 deletions

View File

@ -38,3 +38,11 @@ scrape_configs:
- source_labels: [instance]
target_label: instance
replacement: '{{ node_name | mandatory }}'
- job_name: traefik
static_configs:
- targets:
- "traefik:8080"
relabel_configs:
- source_labels: [instance]
target_label: instance
replacement: '{{ node_name | mandatory }}'