Add Prometheus metrics and query endpoint 81/3881/5
authorLott, Christopher (cl778h) <cl778h@att.com>
Wed, 27 May 2020 19:56:20 +0000 (15:56 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Fri, 29 May 2020 13:12:01 +0000 (09:12 -0400)
commitc91a4a172446229f4b11e76547ffdf454528b30d
tree8a7689646a99939dc2de3ff0a8472d006eb76127
parent39c9ab62125be03194b4c433b4f9fa4617d0a65d
Add Prometheus metrics and query endpoint

Extend controller with counters to measure activity
Add /a1-p/metrics endpoint to expose measures in Prometheus format
Document new environment variable prometheus_multiproc_dir

Issue-ID: RIC-353
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I44bc5346b627b27ba5b344187223dd0323b32a2c
14 files changed:
.bumpversion.cfg
Dockerfile
a1/__init__.py
a1/controller.py
container-tag.yaml
docs/developer-guide.rst
docs/installation-guide.rst
docs/overview.rst
docs/release-notes.rst
docs/user-guide-api.rst
integration_tests/a1mediator/Chart.yaml
setup.py
tests/test_controller.py
tox.ini