diff options
author | ToineSiebelink <toine.siebelink@est.tech> | 2021-10-21 12:11:25 +0100 |
---|---|---|
committer | Toine Siebelink <toine.siebelink@est.tech> | 2021-10-28 10:08:00 +0000 |
commit | b97d13cd99b585ea1f77d3662028e6c651e945b8 (patch) | |
tree | f9d707c991da3953162754ebc3f4300cf941f7ae /docs/admin-guide.rst | |
parent | c255982337ee594141c4be0fb6151c4ca4fba738 (diff) |
Prepare for links accross different name-spaces
-add intersphinx mapping
-add labels for re-use in other CPS components
Issue-ID: CPS-721
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
Change-Id: Ib45716e75f85bd3ba28295ffe79db95e3575daaa
(cherry picked from commit 39207857709df915719f1f3e4dbe7f84b9ff825c)
Diffstat (limited to 'docs/admin-guide.rst')
-rw-r--r-- | docs/admin-guide.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/admin-guide.rst b/docs/admin-guide.rst index 3a6f8e2559..7689ee5b6d 100644 --- a/docs/admin-guide.rst +++ b/docs/admin-guide.rst @@ -12,6 +12,9 @@ CPS Admin Guide .. toctree:: :maxdepth: 1 +.. Below Label is used by documentation for other CPS components to link here, do not remove even if it gives a warning +.. _cps_common_logging: + Logging & Diagnostics ===================== @@ -44,6 +47,9 @@ Logger configuration is provided as a chart resource : | ncmp-dmi-plugin | Not yet applicable to DMI-Plugin | +--------------------------------+---------------------------------------------------------------------------------------------------------------------------------+ +.. Below Label is used by documentation for other CPS components to link here, do not remove even if it gives a warning +.. _cps_common_monitoring: + Monitoring ========== Once CPS-Core is deployed, information related to the running instance of the application is available @@ -69,4 +75,4 @@ Prometheus Metrics can be checked at the following endpoint .. code:: - http://<cps-component-service-name>:8081/manage/prometheus
\ No newline at end of file + http://<cps-component-service-name>:8081/manage/prometheus |