-
Notifications
You must be signed in to change notification settings - Fork 801
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
I want to provide influxdb support #210
Comments
@xrl we are moving to the same pattern of Influxdb/Grafana/Grafana alerts as well so this would definitely nice! |
+1 for influxdb support |
+1 for influxdb support |
Thanks for the PR @sundy-li. I'll try and get a chance to review this shortly. |
Hi, in the PR I just emit offsets and lags to influxdb to store the stat of each consumers in kafka clusters, and it works fine with Grafana ui and Grafana alerts to me in recents days, may be the PR is not perfect from now on, I am looking forward to see the Burrow project the be more complete in the future |
I'm going to look at this in the rewrite that I'm working on. We can add a notifier for influxdb that will do this work. This will involve me redoing the PR to fit the new model. |
bump and +1!! |
is this one closed now?? See this issue as maybe being closed as stated in this comment? #283 (comment) |
I think when I went through to actually close them, I ended up not closing this one because we didn't explicitly add influxdb support. As long as the protocol is HTTP, it should be doable with the HTTP notifier, however. |
There is an ongoing effort to make telegraf's input plugin for burrow API here influxdata/telegraf#3489 It can then be used to send metrics to Graphite, InfluxDB, Prometheus and others. |
when we can get the feature (influxdb support)? |
I am trying to write a POC for consumer group monitoring with Influxdb/Grafana/Grafana Alerts. We currently shovel all our stats in influxdb and grafana has developed some robust features for managing alerts (with visual overlay, how nice!).
Would this work be useful to the upstream project? I am writing a notification which batch emits all the consumer group stats on every interval. So not really a notification in the typical sense, but it's convenient to get the callback.
I am bringing in the influxdb go client, so it'll all be native inside the existing executable. With typical support in the config file.
The text was updated successfully, but these errors were encountered: