diff options
author | a.sreekumar <ajith.sreekumar@bell.ca> | 2022-03-23 16:29:49 +0000 |
---|---|---|
committer | a.sreekumar <ajith.sreekumar@bell.ca> | 2022-03-23 16:29:54 +0000 |
commit | d22e885b53ef99044925be873a48b294392b25e7 (patch) | |
tree | fad8219e9036b6ea99b4c8ac36500d52f405776f /docs/development | |
parent | 04a06dc1f8e393fe4c3dcde88c6d184cc3cd743f (diff) |
Placeholder for prometheus metrics documentation
Change-Id: I646c094c1f0eeea096bc8afe6e4be17f07d2a3ea
Issue-ID: POLICY-4034
Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/development.rst | 1 | ||||
-rw-r--r-- | docs/development/prometheus-metrics.rst | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/docs/development/development.rst b/docs/development/development.rst index 4da6f51a..2ae3d644 100644 --- a/docs/development/development.rst +++ b/docs/development/development.rst @@ -12,3 +12,4 @@ Policy Platform Development pdp/pdp-pap-interaction.rst actors/actors.rst property-configuration.rst + prometheus-metrics.rst diff --git a/docs/development/prometheus-metrics.rst b/docs/development/prometheus-metrics.rst new file mode 100644 index 00000000..7e9211ab --- /dev/null +++ b/docs/development/prometheus-metrics.rst @@ -0,0 +1,13 @@ +.. This work is licensed under a +.. Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +.. _prometheus-metrics: + +Prometheus Metrics support in Policy Framework Components +######################################################### + +.. contents:: + :depth: 3 + +This page explains the prometheus metrics exposed by different Policy Framework components. |