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 15, 2021. It is now read-only.
There isn't a way to do that right now but it wouldn't be too hard to implement. It would require a new module that formats metrics into what OpenTSDB expects and sends them along with any other headers or request params that are needed. The HTTP output can be configued to send anywhere but it will send metrics in the same format expected as the input plugin.
I don't think we'll be able to prioritize this soon, but if you/anyone is interested in tackling this we would be happy to review a PR. A good reference might be the SignalFX plugin, which uses the SignalFX Java client to help format messages before sending them over HTTP.
I am looking for some documentation related to how would one go about publishing metrics to OpenTSDB from ffwd.
The
http
output plugin seems to be able to route metrics only to anotherffwd
agent. Is there a way to forward metrics to a generic HTTP end-point?The text was updated successfully, but these errors were encountered: