- 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:
@@ -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' ]
|
||||
Reference in New Issue
Block a user