2026-04-06 12:09:42 +01:00
|
|
|
---
|
|
|
|
|
apiVersion: monitoring.coreos.com/v1
|
|
|
|
|
kind: ServiceMonitor
|
|
|
|
|
metadata:
|
|
|
|
|
name: telemt-metrics
|
|
|
|
|
labels:
|
|
|
|
|
app: telemt
|
|
|
|
|
release: prometheus
|
|
|
|
|
spec:
|
|
|
|
|
selector:
|
|
|
|
|
matchLabels:
|
|
|
|
|
app: telemt
|
|
|
|
|
endpoints:
|
|
|
|
|
- port: metrics
|
|
|
|
|
path: /metrics
|
|
|
|
|
interval: 30s
|
|
|
|
|
scrapeTimeout: 10s
|
|
|
|
|
honorLabels: true
|
2026-04-06 15:38:18 +01:00
|
|
|
relabelings:
|
|
|
|
|
- sourceLabels: [__meta_kubernetes_pod_node_name]
|
|
|
|
|
targetLabel: node
|
2026-04-06 12:09:42 +01:00
|
|
|
namespaceSelector:
|
|
|
|
|
matchNames:
|
|
|
|
|
- mtproxy
|