Skip to content

Commit

Permalink
chore(inputs.net): Clarify option deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
DStrand1 committed May 15, 2024
1 parent ae326bc commit 8e5072e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/inputs/net/net.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func (n *NetIOStats) Init() error {
telegraf.DeprecationInfo{
Since: "1.27.3",
RemovalIn: "1.36.0",
Notice: "use the 'inputs.nstat' plugin instead",
Notice: "use the 'inputs.nstat' plugin instead for protocol stats",
},
)
}
Expand Down

0 comments on commit 8e5072e

Please sign in to comment.