Skip to content

Commit

Permalink
remove deprecated netinterface monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Dec 1, 2023
1 parent 88d0f01 commit 4ad76e3
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 210 deletions.
1 change: 0 additions & 1 deletion internal/signalfx-agent/pkg/core/modules_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import (
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/memory"
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/metadata"
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/mysql"
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/netinterface"
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/nginx"
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/postgresql"
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/processes"
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion pkg/receiver/smartagentreceiver/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var (
"collectd/cpu": true, "collectd/cpufreq": true, "collectd/custom": true, "collectd/df": true, "collectd/disk": true,
"collectd/genericjmx": true, "collectd/hadoopjmx": true, "collectd/kafka": true, "collectd/kafka_consumer": true,
"collectd/kafka_producer": true, "collectd/load": true, "collectd/memcached": true, "collectd/memory": true,
"collectd/mysql": true, "collectd/netinterface": true, "collectd/nginx": true, "collectd/php-fpm": true,
"collectd/mysql": true, "collectd/nginx": true, "collectd/php-fpm": true,
"collectd/postgresql": true, "collectd/processes": true, "collectd/protocols": true,
"collectd/signalfx-metadata": true, "collectd/statsd": true, "collectd/uptime": true, "collectd/vmem": true,
}
Expand Down

0 comments on commit 4ad76e3

Please sign in to comment.