Daniel Nelson
2bd6c80506
Update changelog
2017-07-25 17:12:45 -07:00
Daniel Nelson
0ca936a12e
Default to localhost if zookeeper has no servers set ( #3056 )
2017-07-25 17:08:32 -07:00
Daniel Nelson
a26fc52181
Fix panic in logparser if file cannot be opened ( #3055 )
2017-07-25 17:08:03 -07:00
Daniel Nelson
83f575fcea
Add redis_version field to redis input ( #3054 )
2017-07-25 17:07:43 -07:00
Daniel Nelson
ffd1f25b75
Update changelog
2017-07-25 16:09:48 -07:00
Daniel Nelson
1658404cea
Update changelog
2017-07-25 15:43:13 -07:00
Daniel Nelson
82ea04f188
Fix prometheus output cannot be reloaded ( #3053 )
2017-07-25 15:41:18 -07:00
xin053
273d0b85b0
Correct spelling of toml field in mysql input ( #3051 )
2017-07-25 10:57:27 -07:00
Théophile Helleboid - chtitux
f3917ec5ff
Fix typo in postgresql_extensible/README.md ( #3052 )
2017-07-25 10:39:14 -07:00
Daniel Nelson
428455e032
Update changelog
2017-07-24 18:26:29 -07:00
Daniel Nelson
573bd4aa32
Start first aggregator period at startup time ( #3050 )
...
Fixes issue where metrics collected immediately after startup would not
be aggregated.
2017-07-24 18:25:05 -07:00
Oskar
ab5205f8c3
Fix go vet under windows ( #3046 )
2017-07-24 12:36:33 -07:00
Daniel Nelson
85aa212467
Update changelog
2017-07-21 16:57:28 -07:00
Daniel Nelson
840d19db35
Add network option to dns_query ( #3042 )
2017-07-21 16:56:08 -07:00
Daniel Nelson
1c267e9b16
Update changelog
2017-07-21 15:46:22 -07:00
Andy Cobaugh
1ff6e92193
Add input plugin for OpenLDAP ( #2612 )
2017-07-21 15:44:20 -07:00
Daniel Nelson
c82c0e596b
Update changelog
2017-07-21 14:31:25 -07:00
Daniel Nelson
31ce98fa91
Don't match pattern on any error ( #3040 )
...
This prevents a pattern with no wildcards from matching in case
permissions is denied.
2017-07-21 14:28:14 -07:00
Daniel Nelson
4d66db1603
Update changelog
2017-07-21 14:26:39 -07:00
Yann Cézard
681d20083a
Only report cpu usage for online cpus in docker input ( #3035 )
2017-07-21 14:25:17 -07:00
Daniel Nelson
4ee74ff54b
Document GNU make requirement
2017-07-21 11:15:00 -07:00
Daniel Nelson
16073e4172
Update changelog
2017-07-21 10:57:39 -07:00
Daniel Nelson
3c204d409d
Line wrap documentation
2017-07-21 10:57:12 -07:00
DanKans
d903a9142d
Fix filtering when both pass and drop match an item ( #3036 )
...
Adjust logic in functions responsible for passing metrics in order to be able
to process them correctly in case where pass and drop are defined together.
2017-07-21 10:53:57 -07:00
Daniel Nelson
a2d4453269
Update changelog
2017-07-19 13:09:49 -07:00
DanKans
34c042c7dc
Fix combined tagdrop/tagpass filtering ( #3031 )
2017-07-19 13:08:40 -07:00
Daniel Nelson
4dfe2312d0
Switch skipped kafka test
2017-07-18 18:18:57 -07:00
Daniel Nelson
c740dce36d
Update download information in readme
2017-07-18 13:54:38 -07:00
Daniel Nelson
475a926d43
Update changelog
2017-07-18 11:03:07 -07:00
DanKans
d2626f1da6
Fix ntpq parse issue when using dns_lookup ( #3026 )
2017-07-18 11:01:08 -07:00
soldierkam
f5a8415c78
Add read timeout to socket_listener
2017-07-17 18:34:36 -07:00
Daniel Nelson
1d416a4213
Remove command in example output
2017-07-17 15:08:17 -07:00
Daniel Nelson
731ab9773d
Update changelog
2017-07-17 12:01:35 -07:00
Daniel Nelson
d8f7b76253
Prevent startup if intervals are 0
2017-07-17 11:58:47 -07:00
Daniel Nelson
dbe2f79019
Update changelog
2017-07-14 10:45:32 -07:00
Bob Shannon
ef63908541
Add result_type field to net_response input plugin ( #2990 )
2017-07-14 10:43:36 -07:00
Daniel Nelson
27e47614c6
Add credits for new plugins to changelog
2017-07-13 16:14:18 -07:00
Daniel Nelson
dc4a133b11
Update changelog
2017-07-13 16:00:09 -07:00
DanKans
f4d67d8c3c
Add fluentd input plugin ( #2661 )
2017-07-13 15:58:20 -07:00
Daniel Nelson
785798611e
Update changelog
2017-07-13 15:39:45 -07:00
Daniel Nelson
b165ce4cd5
Prevent possible deadlock when using aggregators ( #3016 )
...
Looping the metrics back through the same channel could result in a
deadlock, by using a new channel and locking the processor we can ensure
that all stages can make continual progress.
2017-07-13 15:34:21 -07:00
Daniel Nelson
d9d1ca5a46
Add release date for 1.3.4
2017-07-12 17:15:38 -07:00
Daniel Nelson
2c10806fef
Update changelog
2017-07-12 12:04:43 -07:00
Daniel Nelson
5d2c093105
Prevent Write from being called concurrently ( #3011 )
2017-07-12 12:03:23 -07:00
Daniel Nelson
f68bab1667
Update changelog
2017-07-11 15:55:44 -07:00
Daniel Nelson
1388e2cf92
Do not allow metrics with trailing slashes ( #3007 )
...
It is not possible to encode a measurement, tag, or field whose last
character is a backslash due to it being an unescapable character.
Because the tight coupling between line protocol and the internal metric
model, prevent metrics like this from being created.
Measurements with a trailing slash are not allowed and the point will be
dropped. Tags and fields with a trailing a slash will be dropped from
the point.
2017-07-11 15:54:38 -07:00
Daniel Nelson
af318f4959
Update changelog
2017-07-11 14:10:09 -07:00
JSH
9f244cf1ac
Fix chrony plugin does not track system time offset ( #2989 )
2017-07-11 14:08:40 -07:00
Daniel Nelson
885aa8e6e1
Update changelog
2017-07-10 19:07:28 -07:00
Daniel Nelson
945446b36f
Fix handling of escapes within fieldset ( #3003 )
...
Line protocol does not require or allow escaping of backslash, the only
requirement for a byte to be escaped is if it is an escapable char and
preceeded immediately by a slash.
2017-07-10 19:05:18 -07:00