Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.

Support for Telegraf + UDP #17

Closed
pshrosbree opened this issue Aug 19, 2017 · 2 comments
Closed

Support for Telegraf + UDP #17

pshrosbree opened this issue Aug 19, 2017 · 2 comments
Milestone

Comments

@pshrosbree
Copy link

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)

@Alessar
Copy link

Alessar commented Jun 18, 2018

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.

@alhardy
Copy link
Collaborator

alhardy commented Jun 29, 2018

Fixed by AppMetrics/Reporting#50

@alhardy alhardy closed this as completed Jun 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants