You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.
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.
Sending metrics from AppMetrics into Telegraf can be made with using Sockets layer.
New feature is implemented in AppMetrics/Reporting#50
It allows sending metrics via TCP and UDP protocols and with using unix domain sockets.
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: AppMetrics/AppMetrics#152)
The text was updated successfully, but these errors were encountered: