diff options
Diffstat (limited to 'docs')
-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. |