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

add protobuf parser #9075

Closed
ssoroka opened this issue Mar 30, 2021 · 0 comments · Fixed by #9277
Closed

add protobuf parser #9075

ssoroka opened this issue Mar 30, 2021 · 0 comments · Fixed by #9277
Labels
area/mqtt feature request Requests for new plugin and for new features to existing plugins plugin/parser 1. Request for new parser plugins 2. Issues/PRs that are related to parser plugins

Comments

@ssoroka
Copy link
Contributor

ssoroka commented Mar 30, 2021

Feature Request

Add a protobuf parser that lets Telegraf users specify a path to a .proto file and the parser uses it to parse a message into a metric. Would need to specify:

  • what field and format the timestamp is
  • what fields are tags
  • what field, if any, is the measurement name

Note this will require stream parser support, which is not fully supported yet, and will need to be done as part of this work.

Use case:

for example, Sparkplug B is MQTT with protobuf message body.

@ssoroka ssoroka added the feature request Requests for new plugin and for new features to existing plugins label Mar 30, 2021
@ssoroka ssoroka added the plugin/parser 1. Request for new parser plugins 2. Issues/PRs that are related to parser plugins label Mar 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/mqtt feature request Requests for new plugin and for new features to existing plugins plugin/parser 1. Request for new parser plugins 2. Issues/PRs that are related to parser plugins
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant