- Prometheus metrics go via pushgateway, as different worker processes might have different registries that are not picked up by Prometheus

This commit is contained in:
Josako
2025-03-25 15:48:00 +01:00
parent b6ee7182de
commit 4ea16521e2
9 changed files with 191 additions and 123 deletions

View File

@@ -32,3 +32,8 @@ scrape_configs:
static_configs:
- targets: ['eveai_entitlements:8000']
scrape_interval: 10s
- job_name: 'pushgateway'
honor_labels: true
static_configs:
- targets: [ 'pushgateway:9091' ]