chore(inputs.net): Clarify option deprecation notice (#15364)

This commit is contained in:
Dane Strandboge 2024-05-16 03:54:50 -05:00 committed by GitHub
parent bf2dd12e1e
commit 5607934f2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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",
},
)
}