-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
External plugin interface #613
Comments
@wgrcunha What if exec could read line-protocol metrics? https://docs.influxdata.com/influxdb/v0.9/write_protocols/line/ I've been wanting to support this anyways, and it shouldn't be difficult |
@sparrc Perfect :) |
sparrc
added a commit
that referenced
this issue
Jan 29, 2016
sparrc
added a commit
that referenced
this issue
Jan 29, 2016
sparrc
added a commit
that referenced
this issue
Jan 29, 2016
sparrc
added a commit
that referenced
this issue
Jan 29, 2016
sparrc
added a commit
that referenced
this issue
Jan 29, 2016
sparrc
added a commit
that referenced
this issue
Jan 29, 2016
sparrc
added a commit
that referenced
this issue
Jan 30, 2016
sparrc
added a commit
that referenced
this issue
Jan 30, 2016
sparrc
added a commit
that referenced
this issue
Jan 30, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there any way to implement external plugin? Now we can use the exec but is very limited, i want to report fields and tags from the custom plugin.
Maybe implement something like Kapacitor custom functions: https://influxdata.com/blog/announcing-kapacitor-v0-10-udfs/
The text was updated successfully, but these errors were encountered: