Skip to content

Commit

Permalink
Make docs
Browse files Browse the repository at this point in the history
  • Loading branch information
srebhan committed Oct 18, 2024
1 parent 7871330 commit 2c95f0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions plugins/inputs/modbus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
## |---metric -- define fields on a metric base
configuration_type = "register"

## Exclude the register type tag
## Please note, this will also influence the grouping of metrics as you won't
## see one metric per register type anymore!
# exclude_register_type_tag = false

## --- "register" configuration style ---

## Measurements
Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/modbus/sample_general_begin.conf
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
## Exclude the register type tag
## Please note, this will also influence the grouping of metrics as you won't
## see one metric per register type anymore!
# exclude_register_type_tag = false
# exclude_register_type_tag = false

0 comments on commit 2c95f0b

Please sign in to comment.