diff --git a/internal/signalfx-agent/pkg/monitors/collectd/consul/consul.go b/internal/signalfx-agent/pkg/monitors/collectd/consul/consul.go index d5110d06cb..583150f093 100644 --- a/internal/signalfx-agent/pkg/monitors/collectd/consul/consul.go +++ b/internal/signalfx-agent/pkg/monitors/collectd/consul/consul.go @@ -69,7 +69,7 @@ type Monitor struct { // Configure configures and runs the plugin in collectd func (m *Monitor) Configure(conf *Config) error { - m.Logger().Warn("The collectd/consul plugin is deprecated. Please use the statsd or prometheus receiver instead. See https://developer.hashicorp.com/consul/docs/agent/monitor/telemetry for more information. This plugin will be removed in a future release.") + m.Logger().Warn("[NOTICE] The collectd/consul plugin is deprecated. Please use the statsd or prometheus receiver instead. See https://developer.hashicorp.com/consul/docs/agent/monitor/telemetry for more information. This plugin will be removed in a future release.") conf.pyConf = &python.Config{ MonitorConfig: conf.MonitorConfig, Host: conf.Host,