Skip to content

Commit

Permalink
[DOC] Update documentation in regard of ONAP services monitoring
Browse files Browse the repository at this point in the history
Change-Id: Ib121b469822c024f63e230139f4f13ec46ef49ab
Issue-ID: OOM-2924
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
  • Loading branch information
bartekgb committed Feb 18, 2022
1 parent 96615c1 commit 9989381
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ CHANGELOG

-----

2022-02-18
----------

- Add support for ONAP services monitoring (leverages Prometheus ServiceMonitor objects)

2022-01-21
----------

Expand Down
15 changes: 15 additions & 0 deletions docs/InstallGuide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
Binary file modified docs/images/grafana-dashboards.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9989381

Please sign in to comment.