Update k8s/core/prom-stack/prom-values.yaml
This commit is contained in:
@@ -4,16 +4,19 @@ prometheus:
|
|||||||
prometheusSpec:
|
prometheusSpec:
|
||||||
enableRemoteWriteReceiver: true
|
enableRemoteWriteReceiver: true
|
||||||
additionalScrapeConfigs:
|
additionalScrapeConfigs:
|
||||||
- job_name: outline_vpn
|
- job_name: xray_vpn
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['100.117.24.104:9095']
|
- targets: ['bg.tail2fe2d.ts.net:9550']
|
||||||
labels: {instance: cy}
|
labels: {job: bg}
|
||||||
- targets: ['100.117.24.104:9096']
|
- targets: ['cy.tail2fe2d.ts.net:9550']
|
||||||
labels: {instance: am}
|
labels: {job: cy}
|
||||||
- targets: ['100.117.24.104:9097']
|
- targets: ['x86.tail2fe2d.ts.net:9550']
|
||||||
labels: {instance: jp}
|
labels: {job: am}
|
||||||
- targets: ['100.117.24.104:9098']
|
- targets: ['jp.tail2fe2d.ts.net:9550']
|
||||||
labels: {instance: bg}
|
labels: {job: jp}
|
||||||
|
- targets: ['il.tail2fe2d.ts.net:9550']
|
||||||
|
labels: {job: il}
|
||||||
|
|
||||||
- job_name: cs_16_server
|
- job_name: cs_16_server
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['prom-a2s-exporter.counter-strike.svc:9841']
|
- targets: ['prom-a2s-exporter.counter-strike.svc:9841']
|
||||||
|
|||||||
Reference in New Issue
Block a user