diff options
author | 2025-01-08 11:18:01 +0100 | |
---|---|---|
committer | 2025-01-14 11:12:40 +0100 | |
commit | 3a21029c2c1386af5f5a6cf0e11703d0bab88b64 (patch) | |
tree | c7ca24e76e33cd8ff4e94303d013b59e1074fe5a /docs/development/prometheus-metrics.rst | |
parent | cdfa6b32ea3733c8426ac895921b68c3413df846 (diff) |
docs config for oslo releaseoslo
Issue-ID: DOC-826
Change-Id: I21338e1d402a59e0ed50201d8dee227dba3f621f
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
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 74532311..a723e749 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>`__. +For label management and troubleshooting refer to the documentation at: `Prometheus operator <https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/platform/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. |