diff options
author | 2018-09-21 07:54:46 -0700 | |
---|---|---|
committer | 2018-10-02 21:53:36 +0000 | |
commit | 635533772814f59248f90f4461dda240bfb5951d (patch) | |
tree | f8db64221fbab86d24ce3b938043b3235d984264 /conductor/requirements.txt | |
parent | c477064f0b4d30ff9f8a467dd8fa6564203956fb (diff) |
Prometheus metrics for OOF
Added OOF HPA metrics using prometheus client exporter
Added VNF statistics, HPA statistics with respect to flavor, vim etc.
Change-Id: I54030a148f97cb0c61f93bc552764c65236a467b
Issue-ID: OPTFRA-312
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Diffstat (limited to 'conductor/requirements.txt')
-rw-r--r-- | conductor/requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conductor/requirements.txt b/conductor/requirements.txt index 6bc9dba..52ed4ed 100644 --- a/conductor/requirements.txt +++ b/conductor/requirements.txt @@ -24,4 +24,5 @@ six>=1.9.0 # MIT, also required by futurist stevedore>=1.9.0 # Apache-2.0, also required by oslo.config WebOb>=1.2.3 # MIT onapsmsclient>=0.0.3 -Flask>=0.11.1
\ No newline at end of file +Flask>=0.11.1 +prometheus-client>=0.3.1
\ No newline at end of file |