summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2022-02-18 12:01:07 +0100
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2022-02-18 12:01:07 +0100
commitfd62ba6ae579ad4024003590b8e6cf5407c5dd7b (patch)
treed20174c304c9c82bdbbf1ec6f6735ca7dea5e276 /docs
parent893eefeb88ef536527f63fc411481e7b2c86f2cc (diff)
[DOC] Update documentation in regard of ONAP services monitoring
Change-Id: Ib121b469822c024f63e230139f4f13ec46ef49ab Issue-ID: OOM-2924 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/CHANGELOG.rst5
-rw-r--r--docs/InstallGuide.rst15
-rw-r--r--docs/images/grafana-dashboards.pngbin84655 -> 111090 bytes
3 files changed, 20 insertions, 0 deletions
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index d04b9951..d967cfdd 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -3,6 +3,11 @@ CHANGELOG
-----
+2022-02-18
+----------
+
+- Add support for ONAP services monitoring (leverages Prometheus ServiceMonitor objects)
+
2022-01-21
----------
diff --git a/docs/InstallGuide.rst b/docs/InstallGuide.rst
index 2359b0cb..9edcbf6c 100644
--- a/docs/InstallGuide.rst
+++ b/docs/InstallGuide.rst
@@ -638,6 +638,21 @@ In order to actually install this tool it's required to set the following variab
After the Offline Platform installation process is complete, the Stack will be deployed into its own kubernetes and helm namespace **kube-prometheus**.
+ONAP Services Monitoring
+~~~~~~~~~~~~~~~~~~~~~~~~
+
+Some ONAP services export application metrics which can be scraped by Prometheus by leveraging the ServiceMonitor objects. Offline Platform provides a curated set of Grafana panels for monitoring ONAP's mariadb-galera chart. To enable mariadb-galera monitoring provide the following helm values in ``application_configuration.yml``::
+
+ overrides:
+ mariadb-galera:
+ metrics:
+ serviceMonitor:
+ enabled: true
+ basicAuth:
+ enabled: false
+
+To access the Galera/MariaDB dashboard navigate to *Dashboards -> Manage -> ONAP -> Galera/MariaDB* in Grafana UI.
+
Accessing Grafana dashboard
~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/docs/images/grafana-dashboards.png b/docs/images/grafana-dashboards.png
index 9cedeabb..0a0df951 100644
--- a/docs/images/grafana-dashboards.png
+++ b/docs/images/grafana-dashboards.png
Binary files differ