telegraf/plugins/outputs
Cole Mackenzie af43d0183c
feat(output.mqtt): Add support for MQTT protocol version 5 (#11284)
2022-07-27 09:36:57 -06:00
..
all feat: Add RedisTimeSeries plugin (#11054) 2022-07-19 07:08:51 -06:00
amon chore: correctly spell embed (#11200) 2022-05-27 07:13:47 -06:00
amqp chore: correctly spell embed (#11200) 2022-05-27 07:13:47 -06:00
application_insights chore: correctly spell embed (#11200) 2022-05-27 07:13:47 -06:00
azure_data_explorer feat(parsers.json): Allow JSONata based transformations in JSON serializer (#11251) 2022-07-21 18:37:36 +02:00
azure_monitor chore: correctly spell embed (#11200) 2022-05-27 07:13:47 -06:00
bigquery chore: correctly spell embed (#11200) 2022-05-27 07:13:47 -06:00
cloud_pubsub feat: Migrate influx and influx_upstream parsers to new style (#11432) 2022-07-06 15:23:13 -05:00
cloudwatch feat: add proxy support for outputs/cloudwatch (#11399) 2022-07-13 13:04:02 -06:00
cloudwatch_logs chore: correctly spell embed (#11200) 2022-05-27 07:13:47 -06:00
cratedb test: enable logging with testcontainers (#11211) 2022-06-01 07:42:46 -06:00
datadog docs: Sync sample.conf for recent features (#11348) 2022-06-22 08:01:56 -05:00
discard chore: correctly spell embed (#11200) 2022-05-27 07:13:47 -06:00
dynatrace chore: correctly spell embed (#11200) 2022-05-27 07:13:47 -06:00
elasticsearch test: add circle ci integration testing on PRs (#11246) 2022-06-03 10:33:28 -06:00
event_hubs feat(parsers.json): Allow JSONata based transformations in JSON serializer (#11251) 2022-07-21 18:37:36 +02:00
exec chore: correctly spell embed (#11200) 2022-05-27 07:13:47 -06:00
execd chore: correctly spell embed (#11200) 2022-05-27 07:13:47 -06:00
file chore: correctly spell embed (#11200) 2022-05-27 07:13:47 -06:00
graphite feat(outputs.graphite): Retry connecting to servers with failed send attempts (#11439) 2022-07-25 13:06:30 -06:00
graylog chore: correctly spell embed (#11200) 2022-05-27 07:13:47 -06:00
groundwork feat(outputs.groundwork): Improve metric parsing to extend output (#11443) 2022-07-20 13:05:01 -06:00
health chore: correctly spell embed (#11200) 2022-05-27 07:13:47 -06:00
http feat(parsers.json): Allow JSONata based transformations in JSON serializer (#11251) 2022-07-21 18:37:36 +02:00
influxdb chore: correctly spell embed (#11200) 2022-05-27 07:13:47 -06:00
influxdb_v2 chore: correctly spell embed (#11200) 2022-05-27 07:13:47 -06:00
instrumental chore: correctly spell embed (#11200) 2022-05-27 07:13:47 -06:00
kafka test: do not have leadership election during kafka test (#11404) 2022-07-14 11:07:34 -06:00
kinesis chore: correctly spell embed (#11200) 2022-05-27 07:13:47 -06:00
librato chore: correctly spell embed (#11200) 2022-05-27 07:13:47 -06:00
logzio fix: Restore sample configurations broken during initial migration (#11276) 2022-06-22 13:33:58 -06:00
loki chore: correctly spell embed (#11200) 2022-05-27 07:13:47 -06:00
mongodb test: harden running of testcontainer integration tests (#11245) 2022-06-03 10:29:08 -06:00
mqtt feat(output.mqtt): Add support for MQTT protocol version 5 (#11284) 2022-07-27 09:36:57 -06:00
nats test: refactor testcontainer port lookup (#11198) 2022-05-27 10:24:31 -06:00
newrelic test: add circle ci integration testing on PRs (#11246) 2022-06-03 10:33:28 -06:00
nsq test: refactor testcontainer port lookup (#11198) 2022-05-27 10:24:31 -06:00
opentelemetry chore: update OpenTelmetry plugins (#11194) 2022-05-26 11:26:54 -05:00
opentsdb test: mark integration tests correctly (#11317) 2022-06-16 14:10:11 -06:00
prometheus_client fix: Update sample.conf for prometheus (#11217) 2022-06-01 09:22:25 -06:00
redistimeseries feat(outputs.redistimeseries): Add integration test (#11529) 2022-07-20 07:38:04 -06:00
riemann chore: correctly spell embed (#11200) 2022-05-27 07:13:47 -06:00
riemann_legacy test: mark integration tests correctly (#11317) 2022-06-16 14:10:11 -06:00
sensu chore: correctly spell embed (#11200) 2022-05-27 07:13:47 -06:00
signalfx chore: correctly spell embed (#11200) 2022-05-27 07:13:47 -06:00
socket_writer chore: correctly spell embed (#11200) 2022-05-27 07:13:47 -06:00
sql test: add circle ci integration testing on PRs (#11246) 2022-06-03 10:33:28 -06:00
stackdriver chore: correctly spell embed (#11200) 2022-05-27 07:13:47 -06:00
stomp feat(parsers.json): Allow JSONata based transformations in JSON serializer (#11251) 2022-07-21 18:37:36 +02:00
sumologic chore: correctly spell embed (#11200) 2022-05-27 07:13:47 -06:00
syslog chore: correctly spell embed (#11200) 2022-05-27 07:13:47 -06:00
timestream chore: correctly spell embed (#11200) 2022-05-27 07:13:47 -06:00
warp10 chore: correctly spell embed (#11200) 2022-05-27 07:13:47 -06:00
wavefront feat(outputs/wavefront): make maximum http batch size configurable (#11201) 2022-06-29 13:27:56 -06:00
websocket docs: Sync sample.conf for recent features (#11348) 2022-06-22 08:01:56 -05:00
yandex_cloud_monitoring chore: correctly spell embed (#11200) 2022-05-27 07:13:47 -06:00
deprecations.go feat: Implement deprecation infrastructure (#10200) 2021-12-01 12:38:43 -07:00
registry.go Create public models for telegraf metrics, accumlator, plugins 2016-01-27 15:42:50 -07:00