AppMetrics / InfluxDB

App Metrics Extensions for InfluxDB reporting
https://www.app-metrics.io/reporting/reporters/influx-data/
Apache License 2.0
17 stars 13 forks source link

Support for Telegraf + UDP #17

Closed pshrosbree closed 6 years ago

pshrosbree commented 7 years ago

Currently connecting to InfluxDB via HTTP is well supported. Another common setup with InfluxDB is to distribute Telegraf agents across hosts which then submit the data to database.

Telegraf supports a variety of protocols however UDP can be very beneficial as it is fire and forget.

(Original request at: https://github.com/alhardy/AppMetrics/issues/152)

Alessar commented 6 years ago

Sending metrics from AppMetrics into Telegraf can be made with using Sockets layer. New feature is implemented in https://github.com/AppMetrics/Reporting/pull/50 It allows sending metrics via TCP and UDP protocols and with using unix domain sockets.

alhardy commented 6 years ago

Fixed by https://github.com/AppMetrics/Reporting/pull/50