24 lines
434 B
YAML
24 lines
434 B
YAML
|
|
---
|
||
|
|
apiVersion: monitoring.coreos.com/v1
|
||
|
|
kind: ServiceMonitor
|
||
|
|
metadata:
|
||
|
|
name: amneziawg-exporter
|
||
|
|
labels:
|
||
|
|
app: amneziawg
|
||
|
|
component: exporter
|
||
|
|
release: prometheus
|
||
|
|
spec:
|
||
|
|
selector:
|
||
|
|
matchLabels:
|
||
|
|
app: amneziawg
|
||
|
|
component: exporter
|
||
|
|
endpoints:
|
||
|
|
- port: metrics
|
||
|
|
path: /metrics
|
||
|
|
interval: 30s
|
||
|
|
scrapeTimeout: 10s
|
||
|
|
honorLabels: true
|
||
|
|
namespaceSelector:
|
||
|
|
matchNames:
|
||
|
|
- amnezia
|