From 262fea115d2bf6c136e83963f9d70e3d33bbdfab Mon Sep 17 00:00:00 2001 From: ab Date: Tue, 18 Nov 2025 15:36:08 +0000 Subject: [PATCH] Update k8s/core/prom-stack/prom-values.yaml --- k8s/core/prom-stack/prom-values.yaml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/k8s/core/prom-stack/prom-values.yaml b/k8s/core/prom-stack/prom-values.yaml index e7185f6..267a01a 100644 --- a/k8s/core/prom-stack/prom-values.yaml +++ b/k8s/core/prom-stack/prom-values.yaml @@ -4,16 +4,19 @@ prometheus: prometheusSpec: enableRemoteWriteReceiver: true additionalScrapeConfigs: - - job_name: outline_vpn + - job_name: xray_vpn static_configs: - - targets: ['100.117.24.104:9095'] - labels: {instance: cy} - - targets: ['100.117.24.104:9096'] - labels: {instance: am} - - targets: ['100.117.24.104:9097'] - labels: {instance: jp} - - targets: ['100.117.24.104:9098'] - labels: {instance: bg} + - targets: ['bg.tail2fe2d.ts.net:9550'] + labels: {job: bg} + - targets: ['cy.tail2fe2d.ts.net:9550'] + labels: {job: cy} + - targets: ['x86.tail2fe2d.ts.net:9550'] + labels: {job: am} + - targets: ['jp.tail2fe2d.ts.net:9550'] + labels: {job: jp} + - targets: ['il.tail2fe2d.ts.net:9550'] + labels: {job: il} + - job_name: cs_16_server static_configs: - targets: ['prom-a2s-exporter.counter-strike.svc:9841']