~jacekn/charms/+source/telegraf-prometheus-output:master

Last commit made on 2016-07-06
Get this branch:
git clone -b master https://git.launchpad.net/~jacekn/charms/+source/telegraf-prometheus-output
Only Jacek Nykis can upload to this branch. If you are Jacek Nykis please log in for upload directions.

Branch information

Recent commits

97c4164... by Jacek Nykis

Add prometheus_output_port config option so that users can enable prometheus output without need to understand configuration format for telegraf. A few pep8/pyflakes fixes

b60b16b... by Guillermo Gonzalez

fix handling of exec relation without a commands dict set in telegraf-exec interface

d3c5c3a... by Guillermo Gonzalez

fix base64 backward-compat support

8b77ef9... by Guillermo Gonzalez

support in/outputs_config as bas64 for the upgrade case to avoid a hook
error

ef344be... by Guillermo Gonzalez

remove optional command args handling

f63305b... by Guillermo Gonzalez

update telegraf-exec interface to support a list of commands

3d056b1... by Guillermo Gonzalez

- initial exec input plugin support
- use hostname=UNIT_NAME by default
- fix get_remote_unit_name to not pickup the wrong relation
- remove when_not decorators, to get called when a relation change
- fix tests
- fix prometheus_client tags handling
- add build and clean target to Makefile

161e3db... by Guillermo Gonzalez

- fix venv creation for tests
- fix tests

4b2f9eb... by Guillermo Gonzalez

- fix state names to match states used in the interfaces (mongodb,
  postgresql)
- workaround postgresql subordinate relations bug (#1560262) by handling
  global postgresql relations and changing the scope
- rename README.ex to README.md and add section aboit Postgresql
  workaround

ccdc96a... by Guillermo Gonzalez

- add prometheus-client output support
- add a couple of "integration" tests, using reactive states