diff options
author | 2025-01-08 09:27:28 +0000 | |
---|---|---|
committer | 2025-01-08 11:36:42 +0000 | |
commit | 8235519b70e423753ef1e0086ac279d92c1ebe1d (patch) | |
tree | d01c24a7f0c48c789e74ef0552bf36e46c283589 /docs | |
parent | cc1d64f226e4978c835d88e09ca1f6d35e642ad5 (diff) |
Uplift of logback dependencies
- Fix for CVEs 2024-12801 and 2024-12798
- spring dependencies affected
Issue-ID: POLICY-5234
Change-Id: I2a3ad0b3834fabfc90cb0c6a97464ab61f29c194
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/development/prometheus-metrics.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/development/prometheus-metrics.rst b/docs/development/prometheus-metrics.rst index 74532311..e7d4d3a6 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/tree/main/Documentation>`__. -`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. +`OOM charts <https://github.com/onap/oom/tree/master/kubernetes/policy/components>`__ for policy include ServiceMonitor and properties can be overwritten based on the deployment specifics. |