chore(inputs.net): Clarify option deprecation notice (#15364)
This commit is contained in:
parent
bf2dd12e1e
commit
5607934f2c
|
|
@ -39,7 +39,7 @@ func (n *NetIOStats) Init() error {
|
||||||
telegraf.DeprecationInfo{
|
telegraf.DeprecationInfo{
|
||||||
Since: "1.27.3",
|
Since: "1.27.3",
|
||||||
RemovalIn: "1.36.0",
|
RemovalIn: "1.36.0",
|
||||||
Notice: "use the 'inputs.nstat' plugin instead",
|
Notice: "use the 'inputs.nstat' plugin instead for protocol stats",
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue