Clean-up of gerrit: move completed features to right release folder
[osm/Features.git] / NBI_API_for_VNF_metric_collection.md
diff --git a/NBI_API_for_VNF_metric_collection.md b/NBI_API_for_VNF_metric_collection.md
deleted file mode 100644 (file)
index dd63736..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-# Enhancement of NBI API to collect VNF metrics
-
-## Proposers
-- Vijay R S (Tata Elxsi)
-
-## Type
-
-**Feature**
-
-## Target MDG/TF
-
-NBI
-
-## Description
-
-Present API implementation for NS metric collection in NBI(Feature 7270) only fetch NFVI metrics, 
-not the VNF metrics.
-
-NFVI metrics listed as,
- cpu_utilization
- average_memory_utilization
- disk_read_ops
- disk_write_ops
- disk_read_bytes
- disk_write_bytes
- packets_dropped_<nic number>
- packets_received
- packets_sent
-
-Improvising the NBI to fetch both VNF and NFVI metrics from Prometheus as part of the same API.
-
-This can be done by making NBI fetch VNFRs collection from mongodb and get the VNF metric names 
-with that NBI can query Prometheus to get the VNF metrics.
-
-## Demo or definition of done
-
-Working NBI API which will fetch metrics of both NFVI and VNFs. 
\ No newline at end of file