summaryrefslogtreecommitdiff
path: root/f3s/prometheus
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-12-25 23:02:30 +0200
committerPaul Buetow <paul@buetow.org>2025-12-25 23:02:30 +0200
commitd8f3b1cd99e2cb930c9a4cfeede24c66238ab794 (patch)
treeac94a3de5802ea5041b7008fada49362571fe61e /f3s/prometheus
parent45a571efe65e05e8f8b1f9f11f1ecaa6969abd76 (diff)
observability: node-exporter hostnames + etcd metrics
- Add relabel_configs to show hostnames for node-exporter targets - Enable etcd metrics scraping on port 2381 - Update blog post draft
Diffstat (limited to 'f3s/prometheus')
-rw-r--r--f3s/prometheus/persistence-values.yaml16
1 files changed, 1 insertions, 15 deletions
diff --git a/f3s/prometheus/persistence-values.yaml b/f3s/prometheus/persistence-values.yaml
index d3b8ae0..477410a 100644
--- a/f3s/prometheus/persistence-values.yaml
+++ b/f3s/prometheus/persistence-values.yaml
@@ -15,20 +15,6 @@ kubeEtcd:
enabled: true
port: 2381
targetPort: 2381
- serviceMonitor:
- relabelings:
- - sourceLabels: [__address__]
- regex: '192\.168\.1\.120:2381'
- targetLabel: instance
- replacement: 'r0.lan.buetow.org'
- - sourceLabels: [__address__]
- regex: '192\.168\.1\.121:2381'
- targetLabel: instance
- replacement: 'r1.lan.buetow.org'
- - sourceLabels: [__address__]
- regex: '192\.168\.1\.122:2381'
- targetLabel: instance
- replacement: 'r2.lan.buetow.org'
prometheus:
prometheusSpec:
@@ -61,4 +47,4 @@ grafana:
podSecurityContext:
fsGroup: 911
runAsUser: 911
- runAsGroup: 911 \ No newline at end of file
+ runAsGroup: 911