~stub/charm-telegraf:totest

Last commit made on 2017-09-21
Get this branch:
git clone -b totest https://git.launchpad.net/~stub/charm-telegraf
Only Stuart Bishop can upload to this branch. If you are Stuart Bishop please log in for upload directions.

Branch merges

Branch information

Name:
totest
Repository:
lp:~stub/charm-telegraf

Recent commits

a06b274... by Dmitrii Shcherbakov

make mysql and posgresql rels container-scoped

On large telegraf models this creates a lot of unnecessary events and
message passing.

pad.lv/1718259

b3fffd4... by Stuart Bishop

New icon per lp:1707199

3e9ba6c... by Barry Price

[paulgear,r=barryprice] Ensure telegraf service is enabled after it is configured

a9e58ee... by Paul Gear

Ensure telegraf service is enabled after it is configured

Fixes https://bugs.launchpad.net/telegraf-charm/+bug/1659375

25a8e99... by Stuart Bishop

[ajkavanagh] Add network space support to the prometheus-client interface

e56ea1e... by Stuart Bishop

Cast postgresql_bytes_lag to integer

Some versions of Telegraf get confused with a 'numeric' datatype
from PostgreSQL, so cast it to an integer.

435d4d8... by Guillermo Gonzalez

make lint happy

118c298... by Guillermo Gonzalez

test that the postgresql config is what we expect

5eb006a... by Guillermo Gonzalez

fix extra_options handling in the postgresql input

b12c337... by Alex Kavanagh

Add network space support to the prometheus-client interface

This adds support for a 'prometheus-client' network bind on the
prometheus-client (http) interface.