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

feat: enable extracting tag values from MQTT topics #9995

Merged
merged 15 commits into from
Nov 23, 2021
Prev Previous commit
Next Next commit
fix: grammar
Co-authored-by: Sven Rebhan <36194019+srebhan@users.noreply.github.com>
  • Loading branch information
MyaLongmire and srebhan authored Nov 20, 2021
commit 932a1591a06e6bdcf96e51f3fc8cf849b446313d
2 changes: 1 addition & 1 deletion plugins/inputs/mqtt_consumer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ and creates metrics using one of the supported [input data formats][].
## About Topic Parsing

The MQTT topic as a whole is stored as a tag, but this can be far too coarse
too be easily used when utilising the data further down the line. This
to be easily used when utilizing the data further down the line. This
change allows tag values to be extracted from the MQTT topic letting you
store the information provided in the topic in a meaningful way. An _ denotes an
MyaLongmire marked this conversation as resolved.
Show resolved Hide resolved
ignored entry in the topic path. Please see the following example.
Expand Down