...

Text file src/edge-infra.dev/config/pallets/linkerdctl/controller/base/servicemonitor.yaml

Documentation: edge-infra.dev/config/pallets/linkerdctl/controller/base

     1apiVersion: monitoring.coreos.com/v1
     2kind: ServiceMonitor
     3metadata:
     4  name: linkerdctl
     5  labels:
     6    platform.edge.ncr.com/component: linkerdctl
     7  annotations:
     8    monitoring.edge.ncr.com/allowed-metrics: |
     9      edge_linkerd_reconcile_readiness
    10      edge_linkerd_trust_anchor_expiry
    11      edge_workloadinjection_reconcile_readiness
    12spec:
    13  selector:
    14    matchLabels:
    15      platform.edge.ncr.com/component: linkerdctl
    16  endpoints:
    17  - port: metrics

View as plain text