...

Text file src/edge-infra.dev/config/pallets/emissary/cluster-infra/podmonitor.yaml

Documentation: edge-infra.dev/config/pallets/emissary/cluster-infra

     1apiVersion: monitoring.coreos.com/v1
     2kind: PodMonitor
     3metadata:
     4  name: emissary-metrics
     5  labels:
     6    app.kubernetes.io/part-of: emissary-ingress
     7  annotations:
     8    monitoring.edge.ncr.com/allowed-metrics: |
     9      envoy_cluster_upstream_rq_completed
    10      envoy_cluster_upstream_rq
    11spec:
    12  selector:
    13    matchLabels:
    14      platform.edge.ncr.com/component: emissary
    15  podMetricsEndpoints:
    16  - port: admin
    17    interval: 60s
    18    path: /metrics

View as plain text