Add metrics API 28/4428/4
authorLott, Christopher (cl778h) <cl778h@att.com>
Thu, 23 Jul 2020 10:34:58 +0000 (06:34 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Sat, 25 Jul 2020 21:52:33 +0000 (17:52 -0400)
commitaf8b53fd50d9efeb68330ea0016e037caf2f4636
treebd43eac6cf3181a30a64b6431d7444c0afbcc9b2
parent42aa0da85efdd36c6d65674b8b7a5ac5c47058d1
Add metrics API

Defines MetricsData, MetricsReport and MetricsManager classes
so client xApps can generate and send reports via RMR.

Issue-ID: RIC-381
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I46890db2e9fedd007412cb480f592d059687ccf8
.gitignore
docs/release-notes.rst
ricxappframe/metric/__init__.py [new file with mode: 0644]
ricxappframe/metric/exceptions.py [new file with mode: 0644]
ricxappframe/metric/metric-schema.json [new file with mode: 0644]
ricxappframe/metric/metric.py [new file with mode: 0644]
setup.py
tests/fixtures/test_local.rt
tests/test_alarm.py
tests/test_metric.py [new file with mode: 0644]