-
Notifications
You must be signed in to change notification settings - Fork 5.8k
add protobuf parser #9075
Copy link
Copy link
Closed
Labels
area/mqttfeature requestRequests for new plugin and for new features to existing pluginsRequests for new plugin and for new features to existing pluginsplugin/parser1. Request for new parser plugins 2. Issues/PRs that are related to parser plugins1. Request for new parser plugins 2. Issues/PRs that are related to parser plugins
Metadata
Metadata
Assignees
Labels
area/mqttfeature requestRequests for new plugin and for new features to existing pluginsRequests for new plugin and for new features to existing pluginsplugin/parser1. Request for new parser plugins 2. Issues/PRs that are related to parser plugins1. Request for new parser plugins 2. Issues/PRs that are related to parser plugins
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:
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.