-
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
Issue on kafka_consumer plugin #257
Comments
how would you expect telegraf to parse "aaa"? I believe that the kafka consumer plugin needs to be in the line-protocol format |
it's also expected that telegraf plugins prepend measurements with the plugin name |
I mean, the contents kafka-plugin gathered are not run-time status or performance of consumer on a topic , they are just source data. The function of kafka plugin is not like redis 's. |
that is why it's called a This should be spelled out in a README, see #177 |
Did I make a mistake? These two do not have same function? read metrics from a Kafka topic[kafka] Read metrics from one or many redis servers[redis] |
I copy them from config-sample. |
@pugna0, correct, they don't have the same function. You can submit a PR if you would like to change the wording, and as I said you can also help the project by submitting a README. |
I've got it , thank you very much , I'll leave messages for you if I have any ideas. |
Hi bro,
I clone this project from master on Ubuntu14.04.
I just put kafka plugin in the config file, and output it to influxdb.
It works well but the result is consits of "kafka_" and the data in the topic , like:
cpu_time_guest (source data )
kafka_cpu_time_guest (generated by telegraf)
and I write "aaa" into kafka , then using telegraf with that topic, this log information clearly indicate that telegraf is analyzing "aaa".
2015/10/12 17:54:53 Error in plugin [kafka] : unable to parse 'aaa': missing fields
The final result I want is the status of kafka_consumer as "redis plugin" .
The text was updated successfully, but these errors were encountered: