X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=NBI_API_for_VNF_metric_collection.md;fp=NBI_API_for_VNF_metric_collection.md;h=0000000000000000000000000000000000000000;hb=920cf64a8b6714ef70c80e02e1ae9ec7f72f2eb3;hp=dd637365ff6e95bff63bc3567258f83d163b3c14;hpb=21d36f8e1348b418b2526bf2bfe968b99cb24d53;p=osm%2FFeatures.git diff --git a/NBI_API_for_VNF_metric_collection.md b/NBI_API_for_VNF_metric_collection.md deleted file mode 100644 index dd63736..0000000 --- a/NBI_API_for_VNF_metric_collection.md +++ /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_ - 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