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 was archived by the owner on Jul 18, 2023. It is now read-only.
I'm currently using https://github.com/agileharbor/telegraf-client to send metrics to Telegraf from .NET and while it works fine, it's unmaintained and obviously not officially supported. It would seem to me that adding Telegraf as a new output target to this package should be rather trivial. The only change to the public API would be the possibility to do .WriteTo.Telegraf("udp://localhost:8084").