fix(ops): verify EwoooC metrics payload
Some checks failed
CD Pipeline / deploy (push) Has been cancelled
Some checks failed
CD Pipeline / deploy (push) Has been cancelled
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Internal bridge from the 110 Prometheus network to the 188 EwoooC ingress.
|
||||
server {
|
||||
listen 172.20.0.1:9191;
|
||||
listen 172.20.0.1:19191;
|
||||
server_name ewooooc-metrics.internal;
|
||||
access_log off;
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
scrape_interval: 30s
|
||||
scrape_timeout: 15s
|
||||
static_configs:
|
||||
- targets: ['172.20.0.1:9191']
|
||||
- targets: ['172.20.0.1:19191']
|
||||
labels:
|
||||
environment: 'production'
|
||||
product: 'ewoooc'
|
||||
|
||||
Reference in New Issue
Block a user