Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support sending metrics to Kafka #38

Closed
pauldix opened this issue Jul 2, 2015 · 4 comments
Closed

Support sending metrics to Kafka #38

pauldix opened this issue Jul 2, 2015 · 4 comments

Comments

@pauldix
Copy link
Member

pauldix commented Jul 2, 2015

We should be able to send metrics to a variety of places other than InfluxDB. This means that we'll need to have some sort of framework for defining new output sinks. This also means that we should be able to disable sending metrics to any of these output sinks, including InfluxDB.

What I'm thinking is to pull the InfluxDB settings into another area like outputs. Then, like plugins, define a number of different outputs where metrics can be sent to.

For Kafka, we should send metrics using the line protocol. This should be fairly simply using the InfluxDB client to convert the metrics to their line protocol equivalents.

The work to add support for Riemann (#34) will also need this output sink implementation.

@vic3lord
Copy link
Contributor

vic3lord commented Jul 7, 2015

👍

@jipperinbham
Copy link
Contributor

👍

Has work started on this or are you looking for some help/ideas?

In another project similar to this, we use In/Out channels to wire up the message communication and defined a standard Msg struct to be passed along. It seems to work well for that project so didn't know if something similar would be good here as well.

@pauldix
Copy link
Member Author

pauldix commented Jul 8, 2015

We haven't started work on this and are definitely looking for help. We want to be able to to output to one or more output sinks like Kafka or InfluxDB or Riemann

On Jul 8, 2015, at 3:11 PM, JP Phillips [email protected] wrote:

Has work started on this or are you looking for some help/ideas?

In another project similar to this, we use In/Out channels to wire up the message communication and defined a standard Msg struct to be passed along. It seems to work well for that project so didn't know if something similar would be good here as well.


Reply to this email directly or view it on GitHub.

@steverweber
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants