From 5607934f2cdb0938c56aa0bf56c7859477afcce7 Mon Sep 17 00:00:00 2001 From: Dane Strandboge <136023093+DStrand1@users.noreply.github.com> Date: Thu, 16 May 2024 03:54:50 -0500 Subject: [PATCH] chore(inputs.net): Clarify option deprecation notice (#15364) --- plugins/inputs/net/net.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/net/net.go b/plugins/inputs/net/net.go index 0c5eb0345..1ac9c1dc3 100644 --- a/plugins/inputs/net/net.go +++ b/plugins/inputs/net/net.go @@ -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", }, ) }