diff options
author | Ramesh Murugan Iyer <ramesh.murugan.iyer@est.tech> | 2022-11-02 07:26:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-11-02 07:26:55 +0000 |
commit | 782ccb88294a3b43fdd368ae3a98fdd72aca0c24 (patch) | |
tree | 791531c264a04554fd3f66a77016286e4f6ac1ca /docs/development/prometheus-metrics.rst | |
parent | 0645b537ab50bbda1757c49a626d987ff9b34467 (diff) | |
parent | 688a2dd3a681c28ac48ad737316c2dc1dff08526 (diff) |
Merge "Fix doc config files and dead links"
Diffstat (limited to 'docs/development/prometheus-metrics.rst')
-rw-r--r-- | docs/development/prometheus-metrics.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/prometheus-metrics.rst b/docs/development/prometheus-metrics.rst index 41b497a7..74532311 100644 --- a/docs/development/prometheus-metrics.rst +++ b/docs/development/prometheus-metrics.rst @@ -188,6 +188,6 @@ Key metrics for Policy Distribution =================================================================== Policy Framework uses ServiceMonitor custom resource definition (CRD) to allow Prometheus to monitor the services it exposes. Label selection is used to determine which services are selected to be monitored. -For label management and troubleshooting refer to the documentation at: `Prometheus operator <https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/troubleshooting.md#overview-of-servicemonitor-tagging-and-related-elements>`__. +For label management and troubleshooting refer to the documentation at: `Prometheus operator <https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/troubleshooting.md>`__. `OOM charts <https://github.com/onap/oom/tree/master/kubernetes/policy/components>`__ for policy include ServiceMonitor and properties can be overrided based on the deployment specifics. |