sigs.k8s.io/cluster-api-provider-azure@v1.14.3/hack/observability/prometheus/readme.md (about)

     1  # Prometheus Metrics
     2  
     3  This directory contains resources for deploying [prometheus](https://prometheus.io/) to query and
     4  view metrics coming from the CAPZ controller. It adds a label to the CAPZ controller and scrapes
     5  metrics via the kube-rbac-proxy sidecar. This is intended for development purposes only.
     6  
     7  **NOTE:** This metrics pipeline is evolving and should not be considered for production usage.
     8  
     9  ```
    10  ./hack/observability/prometheus/
    11  ├── capz_prom_label.yaml
    12  ├── kustomization.yaml
    13  ├── readme.md
    14  └── resources
    15      ├── monitor.yaml
    16      ├── prom_service.yaml
    17      ├── role_binding.yaml
    18      ├── role.yaml
    19      └── service_account.yaml
    20  ```
    21  
    22  ## To View Metrics
    23  
    24  Once the Tilt cluster is up and running, select the
    25  "[metrics: prometheus-operator](http://localhost:10350/r/metrics%3A%20prometheus-operator/overview)" <!-- markdown-link-check-disable-line -->
    26  resource. Click on the "View metrics" link near the top of the screen to access the prometheus web
    27  interface and query metrics data for your management cluster.