Commit Graph
3610 Commits
Author SHA1 Message Date
Daniel Nelson be688ec761 Update sample config in contributing docs 2018-02-02 12:31:31 -08:00
Daniel Nelson 3208fc32ee Run nightly build sequentially 2018-02-02 12:31:31 -08:00
Daniel NelsonandGitHub 1f87c10dd4 Fix Makefile on Windows and use in AppVeyor build (#3748) 2018-02-02 12:25:59 -08:00
Pierre TessierandDaniel Nelson 281f4d3688 Fix example source_override values in wavefront output (#3744) 2018-02-02 10:51:00 -08:00
Daniel Nelson 3dcf66aed6 Update gitignore 2018-02-01 16:18:01 -08:00
Daniel Nelson 01479af096 Update changelog 2018-02-01 16:12:57 -08:00
Daniel Nelson 23933e1139 Improve procstat readme 2018-02-01 16:12:08 -08:00
Ben AldrichandDaniel Nelson a7571d5730 Add native Go method for finding pids to procstat (#3559) 2018-02-01 15:14:27 -08:00
Paul MyjavecandDaniel Nelson 12d62e60b3 Use CircleCI 2.0 for builds (#3731) 2018-02-01 15:05:39 -08:00
Daniel Nelson 4153d2ca42 Update changelog 2018-02-01 12:15:24 -08:00
Daniel Nelson 8c8c9200e7 Update sqlserver readme; enable query_version = 2 in default config
If unset, query_version is still treated as version 1 for compatibility.
2018-02-01 12:13:49 -08:00
Mark Wilkinson - m82labsandDaniel Nelson 426360d61f Add new sql server output data model (#3618) 2018-02-01 11:50:26 -08:00
John EismeierandDaniel Nelson 86e08e6ce7 Fix spelling mistakes in zipkin and apache inputs (#3741) 2018-02-01 11:15:12 -08:00
Daniel Nelson a462b555a7 Update changelog 2018-02-01 11:13:14 -08:00
Philipp WeberandDaniel Nelson a2635573a8 Add TLS and http basic_auth to prometheus_client output (#3719) 2018-02-01 11:12:16 -08:00
Daniel Nelson ec8e923fda Update documetation style for smart input 2018-02-01 10:51:03 -08:00
Daniel Nelson d43e8262b7 Update changelog 2018-01-31 12:30:03 -08:00
Laurent SesquèsandDaniel Nelson 7b365180d0 Add Ipset input plugin (#3346) 2018-01-31 12:25:27 -08:00
Daniel Nelson 32732d42f8 Update changelog 2018-01-30 18:08:31 -08:00
Daniel NelsonandGitHub 10e51e4b49 Set path to / if HOST_MOUNT_PREFIX matches full path (#3736) 2018-01-30 18:06:53 -08:00
Daniel Nelson 3a85e7b1f0 Set release date for 1.5.2 2018-01-30 14:00:34 -08:00
Daniel Nelson 5d87ad85a1 Update changelog 2018-01-30 14:00:33 -08:00
Daniel NelsonandGitHub c28d0e1b16 Exclude master_replid fields from redis input (#3725) 2018-01-30 13:58:44 -08:00
Daniel Nelson 1b0a4e49cd Do not build nats input on freebsd
This plugin can work on freebsd, but will only build with cgo
enabled.  For now, disable this plugin to avoid this requirement.
2018-01-30 12:04:21 -08:00
Daniel Nelson f9c48ee2f0 Update changelog 2018-01-29 14:02:44 -08:00
Philipp WeberandDaniel Nelson 1b84ac08ab Add support for setting bsd source address to the ping input (#3726) 2018-01-29 14:01:00 -08:00
Daniel Nelson bcefe90846 Update changelog 2018-01-29 12:16:15 -08:00
Ildar SvetlovandDaniel Nelson da12c64791 Add ability to select which queues will be gathered to rabbitmq input (#3702) 2018-01-29 12:14:49 -08:00
Daniel Nelson de03ee3caa Update nats readme 2018-01-26 17:15:02 -08:00
Daniel Nelson fbd3544a9d Add nats input to readme and changelog 2018-01-26 15:18:15 -08:00
Menno Finlay-SmitsandDaniel Nelson fb947e8fe7 Add NATS Monitoring Input Plugin (#3674) 2018-01-26 15:14:54 -08:00
Daniel Nelson 5b130b6ea0 Update changelog 2018-01-26 15:03:19 -08:00
Ivan LopezandDaniel Nelson 48092ed598 Add RabbitMQ cluster and running nodes count and running node status (#3703) 2018-01-26 15:00:58 -08:00
Daniel Nelson efb9d5b4cb Return Accumulator interface from NewAccumulator 2018-01-26 11:40:34 -08:00
PeterandDaniel Nelson c17427631d Expand on tagvalue option in postgresql_extensible (#3720) 2018-01-25 15:38:11 -08:00
Daniel Nelson 8527a1b7b8 Update changelog 2018-01-25 15:05:46 -08:00
LoganandDaniel Nelson d831dbc51d Allow running as console application on Windows (#2754) 2018-01-25 15:04:09 -08:00
Daniel Nelson f9c0aa1e23 Update changelog 2018-01-25 13:47:21 -08:00
Pierre TessierandDaniel Nelson 3e4c91880a Add timeout to wavefront output write (#3711) 2018-01-25 13:44:25 -08:00
Daniel Nelson 899c3a2ae1 Update changelog 2018-01-22 12:06:10 -08:00
Daniel NelsonandGitHub 4558aeddeb Remove graphite serializer replacement of dot with underscore in field key (#3705) 2018-01-22 12:04:16 -08:00
Daniel Nelson 36c9113917 Update changelog 2018-01-22 12:01:09 -08:00
Daniel NelsonandGitHub 5270aa451c Avoid loop creation in second processor pass (#3656) 2018-01-22 11:16:07 -08:00
Daniel NelsonandGitHub 91fc2765b1 Limit wait time for writes in mqtt output (#3699) 2018-01-22 11:15:13 -08:00
Daniel Nelson ef776f120b Make error loading tls config fatal in mysql input 2018-01-19 12:16:28 -08:00
Daniel Nelson 5bac08662e Update changelog 2018-01-18 17:39:03 -08:00
Piotr PopieluchandDaniel Nelson 601dc99606 Align aggregator period with internal ticker to avoid skipping metrics (#3693)
By the time the aggregator.run() was called about 600ms already passed since setting now which was skewing up the aggregation intervals and skipping metrics.
2018-01-18 17:37:53 -08:00
Daniel Nelson 0f55d9eba2 Update changelog 2018-01-17 15:28:35 -08:00
Piotr PopieluchandDaniel Nelson f374a295d9 Reconnect before sending graphite metrics if disconnected (#3680) 2018-01-17 15:27:24 -08:00
Daniel Nelson 548157852c Update changelog 2018-01-17 15:14:07 -08:00