feat(metrics): add basic prometheus metrics, cluster scraping

This commit is contained in:
2025-10-30 14:23:15 +01:00
parent 99384aeb0a
commit e0c18912f3

View File

@@ -9,6 +9,6 @@ spec:
matchLabels: matchLabels:
app: {{ .Values.app.name }} app: {{ .Values.app.name }}
endpoints: endpoints:
- port: 8000 - port: "8000"
path: /metrics path: /metrics
interval: 15s interval: 15s