- Mar 30, 2016
-
-
Rudenkovk Konstantin authored
closes #934
-
Ross McDonald authored
-
Cameron Sparr authored
-
- Mar 29, 2016
-
-
Cameron Sparr authored
-
Cameron Sparr authored
-
Cameron Sparr authored
closes #888
-
张光权 authored
-
- Mar 28, 2016
-
-
Cameron Sparr authored
closes #876
-
Cameron Sparr authored
-
Adam Argo authored
closes #927
-
Adam Argo authored
-
- Mar 23, 2016
-
-
Cameron Sparr authored
-
Thibault Cohen authored
fixes #873
-
- Mar 22, 2016
-
-
JP authored
closes #906
-
Cameron Sparr authored
closes #841
-
Cameron Sparr authored
fixes #907
-
Chris Goller authored
-
Cameron Sparr authored
closes #656
-
- Mar 21, 2016
-
-
Cameron Sparr authored
closes #848
-
Cameron Sparr authored
closes #898
-
Cameron Sparr authored
-
david birdsong authored
it usually connotes a single value type metric, appending just clutters closes #793
-
david birdsong authored
if i understand the prometheus data model correctly, the current output for this plugin is unusable prometheus only accepts a single value per measurement. prior to this change, the range loop causes a measurement to end up w/ a random value for instance: net,dc=sjc1,grp_dashboard=1,grp_home=1,grp_hwy_fetcher=1,grp_web_admin=1,host=sjc1-b4-8,hw=app,interface=docker0,state=live bytes_recv=477596i,bytes_sent=152963303i,drop_in=0i,drop_out=0i,err_in=0i,err_out=0i,packets_recv=7231i,packets_sent=11460i 1457121990003778992 this 'net' measurent would have all it's tags copied to prometheus labels, but any of 152963303, or 0, or 7231 as a value for 'net' depending on which field is last in the map iteration this change expands the fields into new measurements by appending the field name to the influxdb measurement name. ie, the above example results with 'net' dropped and new measurements to take it's place: net_bytes_recv net_bytes_sent net_drop_in net_err_in net_packets_recv net_packets_sent i hope this can be merged, i love telegraf's composability of tags and filtering
-
Thibault Cohen authored
closes #762
-
Chris H (CruftMaster) authored
closes #789
-
Cameron Sparr authored
sanitize known issue characters from graphite tag name
-
Cameron Sparr authored
closes #866 closes #482
-
Vebjorn Ljosa authored
Proper terminology and case. Exmaples for tags. Example output.
-
Vebjorn Ljosa authored
-
Vebjorn Ljosa authored
-
Vebjorn Ljosa authored
-
Vebjorn Ljosa authored
-
Vebjorn Ljosa authored
Make `go vet` happy.
-
Vebjorn Ljosa authored
-
JP authored
-
- Mar 19, 2016
-
-
Cameron Sparr authored
replace @ character with - for librato
-
- Mar 18, 2016
-
-
Cameron Sparr authored
-
Thomas Menard authored
closes #844
-
Thomas Menard authored
This plugin is intended to add an extended support of Postgresql compared to the legacy postgres plugin. Basically, the plugin don’t have any metrics defined and it’s up to the user to define it in the telegraph.conf (as a toml structure). Each query can have it’s specific tags, and can be written specifically using a where clause in order to eventually filter per database name. To be more generic, a minimum postgresql version has been defined per query in case you have 2 different version of Postgresql running on the same host.
-
HUANG Wei authored
This way, after a reload, the stats wont restart again at least for the counter type. closes #887
-