Commit Graph

4787 Commits

Author SHA1 Message Date
Daniel Nelson
2d61669cfd Update changelog 2020-04-21 11:31:45 -07:00
Pontus Rydin
d0db0e8f0a Fix vSphere 6.7 missing data issue (#7233) 2020-04-21 11:30:29 -07:00
Daniel Nelson
d1f109b316 Update modbus readme 2020-04-21 11:27:35 -07:00
Daniel Nelson
c7797cc3c4 Update changelog 2020-04-21 11:23:19 -07:00
Sven Rebhan
1006c65587 Add retry when slave is busy to modbus input (#7271) 2020-04-21 11:21:27 -07:00
Steven Soroka
050ed9e61e fix issue with closing flush signal channel (#7384) 2020-04-21 13:33:47 -04:00
Daniel Nelson
a4eb9c2205 Use the product token for the user agent in more locations (#7378) 2020-04-21 10:02:18 -07:00
Steven Soroka
c9a3b697b8 Update changelog 2020-04-20 14:59:46 -04:00
Daniel Nelson
49c915541e Update changelog 2020-04-20 11:56:17 -07:00
anilkun
1568932457 Update github.com/aws/aws-sdk-go (#7373)
Fix cloudwatch metric writing when imdsv1 is disabled.
2020-04-20 11:54:27 -07:00
Steven Soroka
819481b195 add support for SIGUSR1 to trigger flush (#7366) 2020-04-20 13:49:10 -04:00
Steven Soroka
6c72c645a2 add another grok example for custom timestamps (#7367) 2020-04-20 13:18:12 -04:00
Pierrick Brossin
52a3f5d404 Fibaro input: for battery operated devices, add battery level scraping (#7319) 2020-04-20 10:58:50 -04:00
Daniel Nelson
73ef0bcba2 Deprecate logparser input and recommend tail input as replacement (#7352) 2020-04-16 13:07:03 -07:00
Daniel Nelson
3380471e18 Adjust heading level in the filtering examples to allow linking 2020-04-15 10:51:31 -07:00
Daniel Nelson
03819ba9ec Set 1.14.1 release date 2020-04-14 13:58:48 -07:00
Daniel Nelson
413ec7bbd7 Update changelog 2020-04-14 12:32:29 -07:00
M0rdecay
27f09758ba Add reading bearer token from a file to http input (#7304) 2020-04-14 12:31:26 -07:00
Daniel Nelson
0fa92a686e Update changelog 2020-04-14 12:19:43 -07:00
Daniel Nelson
eb8d805370 Fix exclude database and retention policy tags is shared (#7323) 2020-04-14 12:15:35 -07:00
Daniel Nelson
48f5da7e33 Fix status path when using globs in phpfpm (#7324) 2020-04-14 12:14:49 -07:00
Daniel Nelson
aab5800aac Regenerate telegraf.conf 2020-04-13 12:46:03 -07:00
reimda
9413291064 Fix error in docs about exclude_retention_policy_tag (#7311) 2020-04-13 12:44:03 -07:00
Daniel Nelson
f4fa64170e Update changelog 2020-04-13 11:33:59 -07:00
Daniel Nelson
0479f399f9 Update changelog 2020-04-13 11:20:23 -07:00
Daniel Nelson
3dab845040 Fix Name field in template processor (#7258) 2020-04-13 10:57:48 -07:00
Andrés Álvarez
cc6c77f301 Deploy telegraf configuration as a "non config" file (#7250) 2020-04-09 14:27:59 -04:00
Andrés Álvarez
df145c7e56 Fix export timestamp not working for prometheus on v2 (#7289) 2020-04-06 16:21:01 -04:00
Giovanni Luisotto
c56596dec2 Sql Server - Disk Space Measurement (#7214) 2020-04-06 11:53:54 -04:00
Russ Savage
73911d00f1 Add series cardinality warning to sflow readme (#7285) 2020-04-03 12:52:23 -07:00
Daniel Nelson
71a67ef227 Improve documentation for the Metric interface (#7256) 2020-04-03 10:11:41 -07:00
Daniel Nelson
fb0fee0fbb Update permission docs on postfix input (#7255) 2020-04-03 10:09:24 -07:00
kelseiv
6445e775cf Document kapacitor_alert and kapacitor_cluster measurements (#7278) 2020-04-02 18:24:10 -07:00
Daniel Nelson
c083c1f64d Update changelog 2020-03-31 12:56:53 -07:00
denzilribeiro
ccefc42711 Add OPTION RECOMPILE for perf reasons due to temp table (#7242) 2020-03-31 12:54:22 -07:00
Daniel Nelson
8ff2645550 Update changelog 2020-03-31 11:31:09 -07:00
Ilya Antipov
0cad343de7 Support multiple templates for graphite serializers (#7136) 2020-03-31 11:30:21 -07:00
Daniel Nelson
218fbc41b9 Update changelog 2020-03-30 13:31:33 -07:00
Sven Rebhan
3650d74de2 Add possibility to specify measurement per register (#7231) 2020-03-30 13:30:42 -07:00
Daniel Nelson
9a1c26d6cc Add limit to number of undelivered lines to read ahead in tail (#7210) 2020-03-27 15:40:08 -07:00
Daniel Nelson
608e818645 Add docs for how to handle errors in check-deps script (#7243) 2020-03-27 15:39:32 -07:00
Daniel Nelson
f3ee1d86df Update changelog 2020-03-26 17:06:27 -07:00
Sven Rebhan
f882b8f94f Add support for 64-bit integer types to modbus input (#7225) 2020-03-26 17:05:43 -07:00
Daniel Nelson
cb42f610f4 Set 1.14.0 release date 2020-03-26 12:01:44 -07:00
Daniel Nelson
cd1cd54e06 Update changelog 2020-03-24 17:03:31 -07:00
dbutler-starry
124735af2e Apply ping deadline to dns lookup (#7140) 2020-03-24 17:02:23 -07:00
Daniel Nelson
83925c9960 Update changelog 2020-03-24 14:22:03 -07:00
Programmer19
715e991186 Add ability to specify HTTP Headers in http_listener_v2 which will added as tags (#7223) 2020-03-24 14:20:46 -07:00
Asgaut Eng
c12c55da96 Fix 'nil' file created by Makefile on Windows (#7224)
The /dev/null device on Windows is a virtual file named "nul" not "nil".
This fix works under both cmd.exe and Powershell.
2020-03-24 14:18:03 -07:00
Daniel Nelson
9b9a84964b Update changelog 2020-03-23 16:17:04 -07:00