Commit Graph

391 Commits

Author SHA1 Message Date
Daniel Nelson
7faf05023d Update Warp10 docs and uint64 and timestamp handling (#6885) 2020-01-09 13:57:14 -08:00
Aurélien HÉBERT
ce02bebf30 Add output plugin for Warp10 (#1923) 2020-01-09 11:29:16 -08:00
Daniel Nelson
2486006495 Add kafka SASL version control to kafka_consumer (#6350) 2020-01-02 16:27:26 -08:00
Daniel Nelson
aabc7e7d4f Replace colon chars in prometheus output labels with metric_version=1 (#6781) 2019-12-10 12:59:16 -08:00
Daniel Nelson
eb00f41905 Use actual database name in db creation failed log (#6780) 2019-12-10 12:58:59 -08:00
Daniel Nelson
317c823bfc Set message timestamp to the metric time in kafka output (#6746) 2019-12-03 11:48:53 -08:00
Daniel Nelson
10db774db3 Add prometheus round trip unit tests (#6720) 2019-11-26 17:31:36 -08:00
Daniel Nelson
80c5edd48e Add prometheus serializer and use it in prometheus output (#6703) 2019-11-26 15:46:31 -08:00
Marc Ruiz
4e8aa8ad1b Fix README.md and improve example config description (#6707) 2019-11-22 10:32:39 -08:00
Marc Ruiz
c7af10b159 Add high resolution metrics support to CloudWatch output (#6689) 2019-11-21 18:37:33 -08:00
陈方舟
fa2f0fff4e Fix influxdb output serialization on connection closed (#6621) 2019-11-13 12:56:01 -08:00
Daniel Nelson
6cbaf890d9 Use github.com/gofrs/uuid 2.1.0 (#6636) 2019-11-07 17:39:19 -08:00
Daniel Nelson
5bd5cdc6d7 Build official packages with Go 1.13.1 (#6462) 2019-10-07 21:08:28 -07:00
Daniel Nelson
47fd285b4a Fix database routing on retry with exclude_database_tag (#6486) 2019-10-07 12:13:39 -07:00
Randy Coburn
62c6e30a78 Use batch serialization format in exec output (#6446) 2019-09-26 16:14:54 -07:00
Greg
817c9a69a9 Document and add support to input plugins for logging alias (#6357) 2019-09-23 15:39:50 -07:00
Daniel Nelson
24d5a93e63 Add example URL for cloud2 to influxdb_v2 output 2019-09-23 10:02:19 -07:00
Greg
88b60a2e9b Return error rather than default a retry value (#6376) 2019-09-10 11:46:46 -07:00
Daniel Nelson
acedbe0633 Promote the use of http as the scheme over tcp in health output (#6311) 2019-08-26 16:29:45 -07:00
Daniel Nelson
94f68c06d7 Use alias name in output metric buffer stats 2019-08-21 18:06:04 -07:00
Greg
5c8d0e3ac9 Add ability to label inputs for logging (#6207) 2019-08-21 16:49:07 -07:00
Greg
819bf8e99d Add exec output plugin (#6267) 2019-08-20 17:07:24 -07:00
Daniel Nelson
328a2bf16f Remove advanced TLS conf from prometheus output sample config 2019-08-19 17:42:41 -07:00
Stanislav Putrya
149d221191 Add capability to limit TLS versions and cipher suites (#6246) 2019-08-19 16:01:01 -07:00
Daniel Nelson
337a579dd0 Move elasticsearch permission setup into new readme section 2019-08-09 17:23:08 -07:00
Théo
6512b7b7fb Document service account setup for the elasticsearch output (#6224) 2019-08-09 17:18:27 -07:00
Daniel Nelson
b5710a6a21 Skip floats that are NaN or Inf in Datadog output. (#6198) 2019-08-05 14:50:29 -07:00
Daniel Nelson
633dfe2a19 Add secure option to NATS output to mirror input 2019-08-02 16:58:04 -07:00
Greg
a1bff8f550 Add ability to exclude db/bucket tag from influxdb outputs (#6184) 2019-07-30 14:16:51 -07:00
Daniel Nelson
c9107015b0 Emit sarama library log messages at debug level (#6091) 2019-07-11 13:50:12 -07:00
Leandro Piccilli
5bad2c3a43 Add support for ES 7.x to elasticsearch output (#6053) 2019-07-01 16:22:17 -07:00
Daniel Nelson
63916ae1cf Add default url for http output (#5976) 2019-06-14 11:29:58 -07:00
Daniel Nelson
6c3534a66e Add support for remaining file rotation options (#5944) 2019-06-03 17:38:21 -07:00
Daniel Nelson
4197426a73 Ignore errors serializing single metrics (#5943) 2019-06-03 17:34:48 -07:00
Kristoffer Berdal
1c0d3a0eb9 Add file rotation based on file age to file output plugin (#5547) 2019-06-01 17:11:47 -07:00
Daniel Nelson
17d66b864c Close idle connections in influxdb outputs when reloading (#5912) 2019-05-31 16:55:31 -07:00
Daniel Nelson
aaaad4d217 Add health output plugin (#5882) 2019-05-29 18:31:06 -07:00
Javier Kohen
adb7a52b93 Set user agent in stackdriver output (#5901) 2019-05-24 11:24:14 -07:00
Daniel Nelson
e141518cf0 Support passive queue declaration in amqp_consumer (#5831) 2019-05-20 14:38:35 -07:00
Daniel Nelson
b5cd9a9ff2 Add support for gzip compression to amqp plugins (#5830) 2019-05-20 14:36:23 -07:00
Daniel Nelson
ad877fdd91 Fix scale set resource id with azure_monitor output (#5821) 2019-05-20 14:32:04 -07:00
Daniel Nelson
5bb6e4603d Fix publishing of direct exchange routing key (#5868) 2019-05-17 13:46:13 -07:00
Daniel Nelson
a0a9da371e Reformat syslog output documentation 2019-05-08 11:39:03 -07:00
javicrespo
761705c299 Add syslog output plugin (#5802) 2019-05-08 11:21:51 -07:00
Greg
93be5759d5 Set host header if configured on http output (#5810) 2019-05-06 12:13:51 -07:00
Greg
3592433b06 Buffer metrics from failed writes in influxdb2 output if token is invalid (#5792) 2019-05-01 16:46:52 -07:00
Robert Sullivan
e5215d74db Allow colons in metric names in prometheus_client output (#5680) 2019-04-04 16:38:33 -07:00
Greg
d738892c0b Remove tags that would create invalid label names in prometheus output (#5663) 2019-04-02 12:42:48 -07:00
Pierre Tessier
ff81811720 Add option to use strict sanitization rules to wavefront output (#5664) 2019-04-02 11:47:25 -07:00
Daniel Nelson
3bb1548414 Fix plugin name in influxdb_v2 output logging (#5627) 2019-03-26 18:09:35 -07:00