monasca-agent/monasca_agent/collector
Craig Bryant 8a09ee6517 Fix Prometheus metrics endpoint scanning
Fix bug where it was failing to determine the right metrics
endpoint. I was seeing messages like the below:

Could not get metrics from http://172.17.0.5:r with error ...

The problem was the += of a string to an array which caused the string
to be split into characters. This fixes the issue by using append
instead of +=

Change-Id: I3e2996077e8013819a47aa868f0e8653892aadfe
2017-08-31 16:24:34 -06:00
..
checks Merge "Fix slash handling in KubernetesConnector's get_request" 2017-08-11 06:42:41 +00:00
checks_d Fix Prometheus metrics endpoint scanning 2017-08-31 16:24:34 -06:00
virt Fix AttributeError: 'virDomain' object has no attribute 'id' 2017-04-13 15:50:23 +08:00
__init__.py Renaming agent packages to reflect monasca 2014-12-19 09:22:03 -07:00
daemon.py Fix broken help commands for monasca-* 2017-05-15 06:53:00 +00:00
jmxfetch.py Extend CI for monasca-agent 2017-03-30 06:33:59 +02:00