From b0378ffb40c81f04250371b425076a855469c24b Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Tue, 11 Aug 2026 11:30:32 +0100 Subject: [PATCH] Added macos exporter --- k8s/core/prom-stack/prom-values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/k8s/core/prom-stack/prom-values.yaml b/k8s/core/prom-stack/prom-values.yaml index c934422..65e890f 100644 --- a/k8s/core/prom-stack/prom-values.yaml +++ b/k8s/core/prom-stack/prom-values.yaml @@ -75,6 +75,10 @@ prometheus: static_configs: - targets: ['prom-a2s-exporter.counter-strike.svc:9841'] labels: {instance: master} + - job_name: macos_prom_exporter + static_configs: + - targets: ['macbook-pro.tail2fe2d.ts.net:9100'] + labels: {instance: ultrabook-pro} retention: "380d" retentionSize: "0"