Daniel Nelson
e50f7f4bf8
Fix librato output support for uint and bool ( #4151 )
...
(cherry picked from commit e45822e2e2 )
2018-05-15 15:55:55 -07:00
Daniel Nelson
8301861b1b
Fix dropwizard parsing error for metrics that need escaped ( #4142 )
...
If the dropwizard parser cannot convert the metric name into a valid
line protocol series then we will accept the name as is.
(cherry picked from commit 0af40a8a5d )
2018-05-14 11:02:18 -07:00
Daniel Nelson
1b2a9f12eb
Reuse transport on next interval in jolokia agent ( #4137 )
...
(cherry picked from commit 5030373a4c )
2018-05-11 17:54:13 -07:00
Daniel Nelson
649d840441
Use internal.Duration for jolokia timeouts ( #4136 )
...
(cherry picked from commit 5b599337a3 )
2018-05-11 17:54:12 -07:00
Daniel Nelson
a8d33a26fb
Add uint/bool support to cratedb output ( #4117 )
...
(cherry picked from commit b11468757c )
2018-05-08 12:45:01 -07:00
Daniel Nelson
b7e63ac6e8
Fix handling of uint64 in datadog output ( #4091 )
...
(cherry picked from commit cff7ee8edf )
2018-05-01 18:57:45 -07:00
Daniel Nelson
29bdb324d6
Fix handling of floats with multiple leading zeroes ( #4065 )
...
(cherry picked from commit a3500cc33a )
2018-04-23 14:02:21 -07:00
Daniel Nelson
a877b06d74
Return errors in mongodb SSL/TLS configuration ( #4066 )
...
(cherry picked from commit bf0c59f56c )
2018-04-23 14:02:21 -07:00
Daniel Nelson
ba709b4748
Fix duplicate tags when overriding tag ( #4056 )
...
(cherry picked from commit ee9a2f73a1 )
2018-04-20 18:50:19 -07:00
Daniel Nelson
460a5ced87
Fix ints being capped at 32-bits on 32-bit archs ( #4054 )
...
(cherry picked from commit fe4d3cd117 )
2018-04-20 15:06:04 -07:00
Daniel Nelson
75f60f786b
Add only valid field types in cassandra input ( #4048 )
...
(cherry picked from commit 00e3363d45 )
2018-04-19 16:59:19 -07:00
Daniel Nelson
ba457ab27b
Allow metrics to be unserializable in influx.Reader ( #4047 )
...
Metrics that are unserializable will be logged at debug level, but the
rest of the batch will be sent. Unserializable metrics can occur during
normal operation such as if you remove all fields from a metric or the
metric cannot fit within the line size limit.
(cherry picked from commit 29b37e67c2 )
2018-04-19 16:59:19 -07:00
Daniel Nelson
6081bd0b5f
Report available fields if utmp is unreadable ( #4043 )
...
(cherry picked from commit 120be7e87b )
2018-04-18 16:57:52 -07:00
Daniel Nelson
233d83baf5
Fix graphite serialization of unsigned ints ( #4033 )
...
(cherry picked from commit dd2c60e620 )
2018-04-18 12:15:14 -07:00
Daniel Nelson
787fca496f
Allow grok pattern to contain newlines ( #4005 )
...
(cherry picked from commit 55cfc383f3 )
2018-04-10 18:16:59 -07:00
Daniel Nelson
b5babc3f00
Fix newline escaping in line protocol ( #3992 )
...
(cherry picked from commit e4f8a82ee6 )
2018-04-09 15:30:35 -07:00
Daniel Nelson
83c560af22
Export all vars defined in /etc/default/telegraf ( #3981 )
...
This keeps the format of this file the same between systemd and
sysvinit.
(cherry picked from commit 00203fa889 )
2018-04-06 13:19:24 -07:00
Daniel Nelson
38075d8ff8
Fix conversion of unsigned ints in prometheus output ( #3978 )
...
(cherry picked from commit 7177e0473f )
2018-04-05 16:39:09 -07:00
Daniel Nelson
0ffa24c4b3
Update gosnmp revision ( #3973 )
...
(cherry picked from commit efdf36746c )
2018-04-05 11:19:19 -07:00
Daniel Nelson
1e95f9785c
Fix bug preventing database from being recreated ( #3962 )
...
(cherry picked from commit 265d0e6d84 )
2018-04-02 16:24:23 -07:00
Daniel Nelson
bcaaeda49c
Fix precision truncation when no timestamp included ( #3961 )
2018-04-02 14:32:33 -07:00
Daniel Nelson
19c102cf4b
Fix parsing of dos line endings in smart input ( #3960 )
2018-04-02 13:55:10 -07:00
Daniel Nelson
82448a9dd1
Add metric_version option to mysql input ( #3954 )
2018-04-02 13:10:43 -07:00
Daniel Nelson
971debb582
Add filters for container state to docker input ( #3950 )
2018-03-30 13:17:48 -07:00
Daniel Nelson
0c1293ad5e
Add MmapStats when using rocksdb storage engine ( #3930 )
2018-03-29 13:32:05 -07:00
Daniel Nelson
b99cd14129
Add influx uint support as a runtime option ( #3948 )
2018-03-29 13:31:43 -07:00
Daniel Nelson
04b9afff68
Add TLS support to zookeeper input ( #3949 )
2018-03-29 12:42:25 -07:00
Daniel Nelson
43bd23e555
Add support for connecting to InfluxDB over a unix domain socket ( #3942 )
2018-03-27 18:36:08 -07:00
Daniel Nelson
cc97b48ca8
Add support for skipping database creation ( #3941 )
2018-03-27 17:59:57 -07:00
Daniel Nelson
1c0f63a90d
Add new line protocol parser and serializer, influxdb output ( #3924 )
2018-03-27 17:30:51 -07:00
Daniel Nelson
4cefe3eadd
Add documentation for existing TLS settings in consul input ( #3931 )
2018-03-26 19:22:17 -07:00
Daniel Nelson
e60abdf8ea
Update passenger input documentation ( #3938 )
2018-03-26 19:11:08 -07:00
Daniel Nelson
a4870e6a6d
Fix DC/OS URL creation race ( #3932 )
2018-03-23 19:14:07 -07:00
Daniel Nelson
e8fc3ca70c
Add TLS support to kapacitor input ( #3927 )
2018-03-23 11:53:18 -07:00
Daniel Nelson
be9d4f4be0
Add tag for target url to phpfpm input ( #3928 )
2018-03-23 11:50:52 -07:00
Daniel Nelson
8c932abff6
Disable keepalive in mqtt output. ( #3779 )
...
This functionality currently has race conditions that can result in the
output deadlocking.
2018-02-25 01:04:04 -08:00
Daniel Nelson
efa9095829
Add TLS support to the mesos input plugin ( #3769 )
2018-02-07 18:36:38 -08:00
Daniel Nelson
1f87c10dd4
Fix Makefile on Windows and use in AppVeyor build ( #3748 )
2018-02-02 12:25:59 -08:00
Daniel Nelson
10e51e4b49
Set path to / if HOST_MOUNT_PREFIX matches full path ( #3736 )
2018-01-30 18:06:53 -08:00
Daniel Nelson
c28d0e1b16
Exclude master_replid fields from redis input ( #3725 )
2018-01-30 13:58:44 -08:00
Daniel Nelson
4558aeddeb
Remove graphite serializer replacement of dot with underscore in field key ( #3705 )
2018-01-22 12:04:16 -08:00
Daniel Nelson
5270aa451c
Avoid loop creation in second processor pass ( #3656 )
2018-01-22 11:16:07 -08:00
Daniel Nelson
91fc2765b1
Limit wait time for writes in mqtt output ( #3699 )
2018-01-22 11:15:13 -08:00
Daniel Nelson
822cfbc8e8
Add support for using globs in devices list of diskio input plugin ( #3687 )
2018-01-17 15:12:05 -08:00
Daniel Nelson
fa5f1bf6d9
Use go-redis for the redis input ( #3661 )
2018-01-17 14:57:46 -08:00
Daniel Nelson
2938c2fa79
Add user privilege level setting to IPMI sensors ( #3643 )
2018-01-05 15:59:25 -08:00
Daniel Nelson
b0c2bb870e
Escape environment variables during config toml parsing ( #3637 )
2018-01-04 15:28:00 -08:00
Daniel Nelson
b900967b78
Add wired field to mem input ( #3632 )
2018-01-02 16:37:11 -08:00
Daniel Nelson
a440ed8d8c
Add information about how to set permissions for postfix input ( #3594 )
2018-01-02 14:09:14 -08:00
Daniel Nelson
4f7afb8cb5
Set content-type charset in influxdb output and allow it be overridden ( #3593 )
2017-12-28 16:22:19 -08:00
Daniel Nelson
005face7c0
Fix DC/OS login expiration time ( #3625 )
2017-12-28 16:17:40 -08:00
Daniel Nelson
6c075c4346
Fix name error in jolokia2_agent sample config ( #3624 )
2017-12-28 16:10:00 -08:00
Daniel Nelson
5b40173bcb
Remove AWS credential check from cloudwatch output ( #3583 )
...
This method is reported to not work with IAM Instance Profiles, and we
do not want to make any calls that would require additional permissions.
2017-12-13 17:51:55 -08:00
Daniel Nelson
8484de6c12
Fix separation of multiple prometheus_client outputs ( #3570 )
2017-12-11 18:00:19 -08:00
Daniel Nelson
93d16a4603
Use auto type detection for scanned devices in smart input ( #3561 )
2017-12-08 18:03:12 -08:00
Daniel Nelson
37095ef47d
Update sarama-cluster to latest release ( #3560 )
2017-12-08 17:59:06 -08:00
Daniel Nelson
574034c301
Use device name instead of abs path for devices tag in smart input ( #3550 )
2017-12-08 13:22:41 -08:00
Daniel Nelson
177e7e2c73
Log connect error only in wavefront output ( #3549 )
2017-12-06 14:55:29 -08:00
Daniel Nelson
7f66863b87
Fix HOST_MOUNT_PREFIX in docker with disk input ( #3529 )
2017-12-01 11:21:39 -08:00
Daniel Nelson
44320a5421
Add option to amqp output to publish persistent messages ( #3528 )
2017-11-30 18:40:12 -08:00
Daniel Nelson
7dc256e845
Update gopsutil version to include netstat fix ( #3513 )
2017-11-29 12:06:47 -08:00
Daniel Nelson
414a7e34fb
Add input plugin for DC/OS ( #3519 )
2017-11-29 11:50:32 -08:00
Daniel Nelson
d727a6f85c
Add slab to mem plugin ( #3518 )
2017-11-29 10:49:45 -08:00
Daniel Nelson
d5bd426e0c
Fix snmp tools output parsing when they contain Windows eols ( #3396 )
2017-11-20 16:48:30 -08:00
Daniel Nelson
b81bea658f
Always ignore autofs filesystems in disk input ( #3440 )
2017-11-07 11:45:09 -08:00
Daniel Nelson
cbbdf1043b
Use current time if container read time is zero value ( #3437 )
2017-11-07 11:41:53 -08:00
Daniel Nelson
e1295c41c8
Update gopsutil to v2.17.10 ( #3441 )
2017-11-07 11:26:11 -08:00
Daniel Nelson
fcfcc803b1
Use explicit schemas in mqtt_consumer input ( #3401 )
2017-10-30 15:33:20 -07:00
Daniel Nelson
a519abf13f
Gather concurrently from snmp agents ( #3365 )
2017-10-25 15:28:55 -07:00
Daniel Nelson
9a062498e7
Use golang.org/x/sys/unix instead of syscall in diskio ( #3384 )
2017-10-24 16:22:31 -07:00
Daniel Nelson
6d1777276c
If the connector name cannot be unquoted, use the raw value ( #3371 )
2017-10-24 15:36:23 -07:00
Daniel Nelson
4deb6238a3
Add support for decimal timestamps to ts-epoch modifier ( #3358 )
2017-10-19 16:36:32 -07:00
Daniel Nelson
4243403432
Remove warning when JSON contains null value ( #3359 )
2017-10-19 16:25:58 -07:00
Daniel Nelson
ec4efe5b03
Use labels in prometheus output for string fields ( #3350 )
2017-10-18 17:42:30 -07:00
Daniel Nelson
6e5915c59f
Fix prometheus passthrough for existing value types ( #3351 )
2017-10-18 14:51:08 -07:00
Daniel Nelson
1f348037b7
Fix case sensitivity issue in sqlserver query ( #3336 )
2017-10-16 11:26:16 -07:00
Daniel Nelson
fa25e123d8
Fix container name filters in docker input ( #3331 )
2017-10-12 15:50:09 -07:00
Daniel Nelson
cce40c515a
Use chunked transfer encoding in InfluxDB output ( #3307 )
2017-10-05 16:14:21 -07:00
Daniel Nelson
f56dda0ac8
Fix panic in cpu input if number of cpus changes ( #3306 )
2017-10-05 16:02:21 -07:00
Daniel Nelson
a163effa6d
Add support for proxy environment variables to http_response ( #3302 )
2017-10-03 15:22:57 -07:00
Daniel Nelson
8e3ed96d6f
Fix case sensitivity error in sqlserver input ( #3287 )
2017-10-02 17:15:34 -07:00
Daniel Nelson
3d62e045af
Fix format of connection_timeout in mqtt_consumer ( #3286 )
2017-09-29 15:58:38 -07:00
Daniel Nelson
22a9ffbb9d
Allow JSON data format to contain zero metrics ( #3268 )
2017-09-26 15:58:33 -07:00
Daniel Nelson
8614445235
Fix parsing of JSON with a UTF8 BOM in httpjson ( #3267 )
2017-09-26 15:36:00 -07:00
Daniel Nelson
52393582d2
Unlock Statsd when stopping to prevent deadlock ( #3258 )
2017-09-22 11:45:45 -07:00
Daniel Nelson
b8e134cd37
Fix arm64 packages contain 32-bit executable ( #3246 )
2017-09-18 14:22:54 -07:00
Daniel Nelson
d5f48e3e96
Fix skipped line with empty target in iptables ( #3235 )
2017-09-14 14:59:28 -07:00
Daniel Nelson
0a8c2e0b3b
Whitelist allowed char classes for opentsdb output. ( #3227 )
2017-09-13 17:30:52 -07:00
Daniel Nelson
32f313a6a6
Add polling method to logparser and tail inputs ( #3213 )
2017-09-11 11:56:04 -07:00
Daniel Nelson
7b08f9d099
Add support for standard proxy env vars in outputs. ( #3212 )
2017-09-08 15:35:20 -07:00
Daniel Nelson
d0b690f040
Fix short tests on darwin ( #3099 )
2017-09-08 13:03:37 -07:00
Daniel Nelson
28d16188b3
Fix panic when handling string fields with escapes ( #3188 )
2017-08-30 21:16:37 -07:00
Daniel Nelson
ae24a0754b
Escape backslash within string fields ( #3161 )
2017-08-23 15:17:26 -07:00
Daniel Nelson
9fc7220c2e
Don't start Telegraf on install in Amazon Linux ( #3156 )
2017-08-22 17:01:59 -07:00
Daniel Nelson
1f4a997164
Don't retry points beyond retention policy ( #3155 )
2017-08-22 16:52:26 -07:00
Daniel Nelson
70c2b83f00
Update histogram aggregator documentation ( #3133 )
2017-08-18 13:24:05 -07:00
Daniel Nelson
e31d91f0f9
Add queues to rabbitmq documentation ( #3135 )
2017-08-17 18:52:27 -07:00
Daniel Nelson
ca394fcfb2
Discard logging from tail library ( #3128 )
2017-08-16 12:06:07 -07:00
Daniel Nelson
3819607511
Allow using system plugin in Windows ( #3127 )
2017-08-16 12:05:46 -07:00
Daniel Nelson
eb0215c382
Remove log message on ping timeout ( #3126 )
2017-08-16 11:59:41 -07:00