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

ffwd with OpenTSDB #219

Open
rravi-sift opened this issue Oct 8, 2020 · 1 comment
Open

ffwd with OpenTSDB #219

rravi-sift opened this issue Oct 8, 2020 · 1 comment

Comments

@rravi-sift
Copy link

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 another ffwd agent. Is there a way to forward metrics to a generic HTTP end-point?

@hexedpackets
Copy link
Contributor

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.

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

2 participants