fix(ops): verify EwoooC metrics payload
Some checks failed
CD Pipeline / deploy (push) Has been cancelled

This commit is contained in:
ogt
2026-07-11 20:23:38 +08:00
parent 66b6ca04a4
commit 89b149ee79
6 changed files with 45 additions and 12 deletions

View File

@@ -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;

View File

@@ -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'