monasca-agent/monasca_agent
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
..
collector Fix Prometheus metrics endpoint scanning 2017-08-31 16:24:34 -06:00
common Intergrate with osc-lib based client 2017-07-12 06:42:45 +02:00
forwarder Intergrate with osc-lib based client 2017-07-12 06:42:45 +02:00
hacking Define extra hacking rules to ensure code quality 2017-06-01 06:25:22 +02:00
statsd Partial support for DogStatsd extensions 2017-03-28 08:40:00 +00:00
__init__.py Renaming agent packages to reflect monasca 2014-12-19 09:22:03 -07:00
version.py Check version using pbr module 2017-06-19 10:25:04 +02:00