summaryrefslogtreecommitdiff
path: root/f3s/prometheus
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-12-25 23:19:01 +0200
committerPaul Buetow <paul@buetow.org>2025-12-25 23:19:01 +0200
commitf03799721b0d22c0f0c65635b7e20e2decc98404 (patch)
treeb9557b50905ff39e543ce4ff1ab2203ec5a57199 /f3s/prometheus
parentd8f3b1cd99e2cb930c9a4cfeede24c66238ab794 (diff)
revert: undo all observability changes from today
Reverts hostname relabeling and etcd metrics changes
Diffstat (limited to 'f3s/prometheus')
-rw-r--r--f3s/prometheus/additional-scrape-configs.yaml21
-rw-r--r--f3s/prometheus/persistence-values.yaml20
2 files changed, 1 insertions, 40 deletions
diff --git a/f3s/prometheus/additional-scrape-configs.yaml b/f3s/prometheus/additional-scrape-configs.yaml
index b8fc9fa..93035d8 100644
--- a/f3s/prometheus/additional-scrape-configs.yaml
+++ b/f3s/prometheus/additional-scrape-configs.yaml
@@ -11,24 +11,3 @@
- '192.168.2.111:9100' # fishfinger via WireGuard
labels:
os: openbsd
- relabel_configs:
- - source_labels: [__address__]
- regex: '192\.168\.2\.130:9100'
- target_label: instance
- replacement: 'f0.lan.buetow.org'
- - source_labels: [__address__]
- regex: '192\.168\.2\.131:9100'
- target_label: instance
- replacement: 'f1.lan.buetow.org'
- - source_labels: [__address__]
- regex: '192\.168\.2\.132:9100'
- target_label: instance
- replacement: 'f2.lan.buetow.org'
- - source_labels: [__address__]
- regex: '192\.168\.2\.110:9100'
- target_label: instance
- replacement: 'blowfish.buetow.org'
- - source_labels: [__address__]
- regex: '192\.168\.2\.111:9100'
- target_label: instance
- replacement: 'fishfinger.buetow.org'
diff --git a/f3s/prometheus/persistence-values.yaml b/f3s/prometheus/persistence-values.yaml
index 477410a..c7f3a2b 100644
--- a/f3s/prometheus/persistence-values.yaml
+++ b/f3s/prometheus/persistence-values.yaml
@@ -1,21 +1,3 @@
-prometheus-node-exporter:
- prometheus:
- monitor:
- relabelings:
- - sourceLabels: [__meta_kubernetes_pod_node_name]
- targetLabel: instance
-
-kubeEtcd:
- enabled: true
- endpoints:
- - 192.168.1.120
- - 192.168.1.121
- - 192.168.1.122
- service:
- enabled: true
- port: 2381
- targetPort: 2381
-
prometheus:
prometheusSpec:
additionalScrapeConfigsSecret:
@@ -47,4 +29,4 @@ grafana:
podSecurityContext:
fsGroup: 911
runAsUser: 911
- runAsGroup: 911
+ runAsGroup: 911 \ No newline at end of file