diff options
author | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-09-21 07:54:46 -0700 |
---|---|---|
committer | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-10-02 21:53:36 +0000 |
commit | 635533772814f59248f90f4461dda240bfb5951d (patch) | |
tree | f8db64221fbab86d24ce3b938043b3235d984264 /conductor.conf | |
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.conf')
-rwxr-xr-x | conductor.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conductor.conf b/conductor.conf index b2f0078..bb43e55 100755 --- a/conductor.conf +++ b/conductor.conf @@ -422,3 +422,12 @@ server_url_version = v0 # Extensions list to use (list value) extensions = multicloud + +[prometheus] + +# +# From conductor +# + +# Prometheus Metrics Endpoint (list value) +#metrics_port = 8000,8001,8002,8003,8004
\ No newline at end of file |