diff options
author | Sridhar Rao <sridhar.rao@spirent.com> | 2020-02-26 06:35:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2020-02-26 06:35:13 +0000 |
commit | 25dd9cb7f3b70456683d3e6422fe8e50534c3713 (patch) | |
tree | 5fb413f7bf47795697fe93c0abb25d904bd6ae45 /conf/05_collector.conf | |
parent | f3abab212ef37c9d0f2b65a091e39af6e8f9d70e (diff) | |
parent | fcc0d3cb73add2e48f2919db6b51d47c2983bb0c (diff) |
Merge "Support: Container Metrics collection and Visualization"
Diffstat (limited to 'conf/05_collector.conf')
-rw-r--r-- | conf/05_collector.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/05_collector.conf b/conf/05_collector.conf index b9974037..882ef414 100644 --- a/conf/05_collector.conf +++ b/conf/05_collector.conf @@ -66,3 +66,17 @@ MC_PROX_CMD = './runrapid.py' MC_PROX_OUT = 'RUNirq.irq.log' MC_CRON_OUT = '/tmp/ovs-cores.log' MC_BEAT_CFILE = '/etc/filebeat/filebeat.yml' + +############################################### +# Cadvisor Specific configuration +############################################### + +LOG_FILE_CADVISOR = 'cadvisor' +CADVISOR_STORAGE_DRIVER = 'stdout,influxdb' +# ip:port of influxdb +CADVISOR_STORAGE_HOST = '10.10.120.22:8086' +CADVISOR_DRIVER_DB = '_internal' +# names of all containers to calcualte results +#CADVISOR_CONTAINERS = ['container1name','container2name'] +CADVISOR_CONTAINERS = [] + |