...

Text file src/edge-infra.dev/config/pallets/edge/bsl/base/monitoring/pod-monitor.yaml

Documentation: edge-infra.dev/config/pallets/edge/bsl/base/monitoring

     1apiVersion: monitoring.coreos.com/v1
     2kind: PodMonitor
     3metadata:
     4  name: edge-bsl-monitoring
     5  namespace: edge-bsl
     6  labels:
     7    app: edge-bsl
     8    platform.edge.ncr.com/component: 'edge-bsl'
     9  annotations:
    10    monitoring.edge.ncr.com/allowed-metrics: |
    11      bsl_reconciles_counter
    12      bsl_errors_info
    13      bsl_organization_processed
    14      bsl_new_organizations
    15spec:
    16  selector:
    17    matchLabels:
    18      app: edge-bsl
    19      app.kubernetes.io/name: edge-bsl
    20  podMetricsEndpoints:
    21  - port: http
    22    interval: 60s
    23    path: /metrics

View as plain text