Greg
3592433b06
Buffer metrics from failed writes in influxdb2 output if token is invalid ( #5792 )
2019-05-01 16:46:52 -07:00
Greg
2e6701b44e
Update cloudwatch input readme with getMetricData command ( #5786 )
2019-05-01 13:09:32 -07:00
Greg
6436005553
Add cli support for outputting sections of the config ( #5585 )
2019-04-25 20:34:40 -07:00
Greg
32f0cb16f5
Update naoina/toml library dependency ( #5513 )
2019-04-25 20:19:58 -07:00
Greg
e334830458
Collect cloudwatch stats using GetMetricData ( #5544 )
2019-04-22 17:36:46 -07:00
Greg
72695228b3
Enhance HTTP connection options for phpfpm input plugin ( #5713 )
2019-04-16 17:56:56 -07:00
Greg
5bf793bb94
Update issue templates to include code block and comments ( #5721 )
2019-04-12 12:22:16 -07:00
Greg
776e06c769
Support verbose query param in ping endpoint of influxdb_listener ( #5704 )
2019-04-11 13:15:38 -07:00
Greg
286eeb117e
Remove unused config option from logfmt parser docs ( #5669 )
2019-04-02 13:06:44 -07:00
Greg
d738892c0b
Remove tags that would create invalid label names in prometheus output ( #5663 )
2019-04-02 12:42:48 -07:00
Greg
3b1ab6f362
Don't add empty healthcheck tags to consul input ( #5575 )
2019-03-19 13:39:42 -07:00
Greg
6a97b259eb
Minimize call to collect uptime in system input ( #5592 )
2019-03-18 11:07:44 -07:00
Greg
45b1247d9b
Use valid measurement names in csv parser ( #5577 )
...
If an empty column is present in parsed csv data, a `recordFields` is
set to the key of "". If no `MeasurementColumn` is defined, this empty
value was being used as the measurement name. By only setting the
measurementName if the value is not empty, we avoid this error.
Since an empty column is a valid column, skip values must account for
them.
2019-03-12 19:49:19 -07:00
Greg
03920075e4
Fix links and add config to webhook readme ( #5558 )
2019-03-08 11:25:20 -08:00
Greg
98e922123a
Dereference pointer fields in metrics ( #5525 )
2019-03-04 13:34:52 -08:00
Greg
30fcaf0987
Improve error handling in prometheus output ( #5512 )
2019-03-01 13:26:11 -08:00
Greg
c6612a4e4a
Add cloud pubsub push input plugin ( #5442 )
2019-02-26 18:25:42 -08:00
Greg
85617887c4
Add option to disable timestamp adjustment in grok parser ( #5488 )
2019-02-26 17:35:57 -08:00
Greg
9740e956ca
Log permission error and ignore in filecount input ( #5483 )
2019-02-26 14:03:25 -08:00
Greg
5253cbfa01
Add ceph_health metrics to ceph input ( #5482 )
2019-02-25 16:02:30 -08:00
Greg
7fa8b33066
Add backwards compatibility fields in ceph usage and pool stats ( #5466 )
2019-02-25 15:32:05 -08:00
Greg
9d8a574ac7
Add kinesis input plugin ( #5341 )
2019-02-25 12:02:57 -08:00
Greg
e586fdb27f
Append host if arguments are specified for ping input ( #5450 )
2019-02-19 11:18:15 -08:00
Greg
3e9703a573
Add rcode tag and field to dns_query input ( #5417 )
2019-02-12 17:57:20 -08:00
Greg
ddf35ddaf3
Note how to use all namespaces in kube_inventory ( #5416 )
2019-02-12 11:36:22 -08:00
Greg
16a7ce39da
Add internal metric for line too long in influxdb_listener ( #5396 )
2019-02-11 12:49:06 -08:00
Greg
10ac030502
Unify time parsing in json/csv parsers ( #5382 )
2019-02-05 17:43:35 -08:00
Greg
1137fa50ad
Continue checking cert from other sources if error occurs ( #5381 )
2019-02-05 17:38:04 -08:00
Greg
94de223916
Add kube_inventory input plugin ( #5110 )
2019-02-04 12:28:43 -08:00
Greg
458d3109c0
Set skip rows and columns in csv parser ( #5336 )
2019-01-23 11:37:24 -08:00
Greg
5b85569316
Cleanup logs in kinesis output ( #5328 )
2019-01-22 14:05:20 -08:00
Greg
cf10d03bb9
Remove credentials from cluster tag in couchbase ( #5313 )
2019-01-18 11:43:24 -08:00
Greg
b620a56d21
Collect from newly discovered/launched pods ( #5293 )
2019-01-16 15:49:24 -08:00
Greg
50ba5c15a4
Support passing bearer token directly in k8s input ( #5295 )
2019-01-15 15:26:18 -08:00
Greg
d759b46345
Support passing bearer token directly in prometheus input ( #5294 )
2019-01-15 15:25:26 -08:00
Greg
723d8f0104
Fix panic in docker input with bad endpoint ( #5226 )
2019-01-03 15:57:39 -08:00
Greg
3c4e737f6b
Add example to topk readme. Fix defaults to skip loop ( #5220 )
2019-01-03 12:06:56 -08:00
Greg
bc45629b70
Allow non local udp connections in net_response ( #5219 )
2019-01-02 13:53:58 -08:00
Greg
757132baf4
Add test for include/exclude filter ( #5193 )
2018-12-26 13:15:13 -08:00
Greg
6ef331efeb
Add micro and nanosecond unix timestamp support to JSON parser ( #5149 )
2018-12-14 14:38:01 -08:00
Greg
891eff0930
Run stop logic only if required in prometheus input ( #5144 )
2018-12-14 14:34:05 -08:00
Greg
83bc3d1277
Improve docs to clarify common issues ( #5054 )
2018-12-10 16:14:20 -08:00
Greg
74d8523db6
Aggregate early metrics, rather than ignore ( #5085 )
2018-12-10 16:07:08 -08:00
Greg
d0a6051fd7
Prevent panic when marking the offset in kafka_consumer ( #5118 )
2018-12-10 15:55:58 -08:00
Greg
9c9511bde9
Be specific about required csv header definition ( #5007 )
2018-11-19 11:27:21 -08:00
Greg
d8e3c1d434
Prevent panic in influxdb_listener ( #4997 )
2018-11-16 10:51:06 -08:00
Greg
46b340c899
Handle non-tls columns for mysql input ( #4973 )
2018-11-15 15:45:18 -08:00
Greg
91ecec71ea
Only print final collection when runing --test ( #4991 )
2018-11-15 15:44:36 -08:00
Greg
74667cd681
Fix toml struct tag in win_service #4811 ( #4936 )
2018-11-05 13:33:02 -08:00
Greg
9c866553e8
Add scraping for Prometheus endpoint in Kubernetes ( #4920 )
2018-11-05 13:30:16 -08:00
Greg
ddcbfe79bb
Allow connecting to prometheus via unix socket ( #4798 )
2018-11-02 17:51:40 -07:00
Greg
ad5fcf8efb
Improve error description in influxdb_v2 output ( #4952 )
2018-11-02 17:50:55 -07:00
Greg
0003c8fba7
Don't add unserializable fields to jolokia2 input ( #4930 )
2018-10-30 15:06:05 -06:00
Greg
d0e6da5eba
Handle panic when ipmi_sensor input gets bad input ( #4937 )
2018-10-30 15:05:41 -06:00
Greg
563b6766ce
Log the correct error in jti_openconfig ( #4901 )
2018-10-30 15:05:18 -06:00
Greg
21208d2686
Prevent connection leak by closing unused connections in amqp output ( #4924 )
2018-10-25 23:37:18 -07:00