Re-architecting metrics collection to include TSDB 39/6339/5
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 18 Jul 2018 14:22:31 +0000 (15:22 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Sat, 14 Nov 2020 01:55:33 +0000 (02:55 +0100)
Change-Id: I99106aa75a553eafc422c38b07d8e04f5b77a03f

Release5/rearchitecting_metrics_collection_to_include_TSDB.md [new file with mode: 0644]

diff --git a/Release5/rearchitecting_metrics_collection_to_include_TSDB.md b/Release5/rearchitecting_metrics_collection_to_include_TSDB.md
new file mode 100644 (file)
index 0000000..5c3fc25
--- /dev/null
@@ -0,0 +1,37 @@
+# Re-architecting metrics collection to include TSDB #
+
+## Proposer ##
+- Gianpietro (Whitestack)
+
+## Type ##
+**Feature**
+
+## Target MDG/TF ##
+MON, DEVOPS, IM
+
+## Description ##
+
+OSM MON needs a way to store metrics coming from different sources, such as VIM or, in the future, VNFs.  It also could benefit from the correlation that may happend between both sources of information.
+This was described during OSM F2F MR#5 Oslo and detailed here: https://docbox.etsi.org/OSG/OSM/05-CONTRIBUTIONS/2018/OSM(18)000074_OSM_PM___FM_Architecture_Proposal_4_.pdf
+
+As agreed, OSM will have a common TSDB implemented using Prometheus (Apache2 license), which will be used to:
+1. Store metrics gathered by MON from VIM and (directly from) VNFs (through N2VC)
+2. Correlate metrics coming from the different sources in the context of every NS/VNF.
+3. Implement its own alarming service in order to monitor the status of the metrics and trigger its own alarms to avoid dependancy of limited VIM alarming services like OpenStack Aodh.
+4. Expose an well-known API (prometheus) which can be used by well-known tools (like Grafana) to build a metrics dashboard.
+5. Be queried by MON to respond to 'instantaneous metric values' requests to the kafka bus, when requested from OSM CLI or NBI.
+
+## Demo or definition of done ##
+During OSM installation, users should be able to:
+- Include an optional 'grafana' stack which will install Grafana (Prometheus will be included by default as a common service)
+
+During NS onboarding, users should be able to:
+- Activate VNF/VDU monitoring (deactivated by default), at descriptor level.
+
+During NS instantiation, users should be able to:
+- Activate VNF/VDU monitoring to override what was available at descriptor level.
+
+After NS instantiation, and if monitoring was activated, users should be able to:
+- Query Prometheus through OSM CLI or NBI for instantaneous metrics.
+- Query Prometheus directly for historical metrics.
+- (If Grafana installed) Open Grafana and see a pre-populated dashboard as example.
\ No newline at end of file