...
1apiVersion: monitoring.coreos.com/v1
2kind: PodMonitor
3metadata:
4 name: displayctl
5 labels:
6 app.kubernetes.io/name: displayctl
7 annotations:
8 monitoring.edge.ncr.com/allowed-metrics: |
9 edge_displayctl_nodedisplayconfig_readiness
10 edge_displayctl_nodedisplayconfig_reconcile_duration_seconds_sum
11 edge_displayctl_nodedisplayconfig_reconcile_duration_seconds_count
12 edge_displayctl_nodedisplayconfig_reconcile_duration_seconds_bucket
13spec:
14 selector:
15 matchLabels:
16 app.kubernetes.io/name: displayctl
17 podMetricsEndpoints:
18 - port: metrics
19 interval: 60s
20 path: /metrics
View as plain text