This commit is contained in:
HDW
2026-07-26 12:33:09 +02:00
parent 11336eaf4b
commit 93cf8574ac
6 changed files with 254 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: xmrig-exporter
namespace: miner
labels:
release: prometheus-stack
spec:
selector:
matchLabels:
app: xmrig-exporter
namespaceSelector:
matchNames:
- miner
endpoints:
- port: metrics
path: /metrics
interval: 30s