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