Skip to content

Commit

Permalink
update doc example to be more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj committed Oct 18, 2021
1 parent ea7817c commit 82795fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/inputs/ethtool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The ethtool input plugin pulls ethernet device stats. Fields pulled will depend
## Some drivers declare statistics with extra whitespace, different spacing,
## and mix cases. This list, when enabled, can be used to clean the keys.
## Here are the current possible normalizations:
## * snakecase: converts camelCaseWords to camel_case_words
## * snakecase: converts fooBarBaz to foo_bar_baz
## * trim: removes leading and trailing whitespace
## * lower: changes all capitalized letters to lowercase
## * underscore: replaces spaces with underscores
Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/ethtool/ethtool.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const (
## Some drivers declare statistics with extra whitespace, different spacing,
## and mix cases. This list, when enabled, can be used to clean the keys.
## Here are the current possible normalizations:
## * snakecase: converts camelCaseWords to camel_case_words
## * snakecase: converts fooBarBaz to foo_bar_baz
## * trim: removes leading and trailing whitespace
## * lower: changes all capitalized letters to lowercase
## * underscore: replaces spaces with underscores
Expand Down

0 comments on commit 82795fb

Please sign in to comment.