Skip to content

Commit

Permalink
Remove collectd/disk monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Jan 3, 2024
1 parent 3f348ba commit 05a5206
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 217 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 @@ -16,7 +16,6 @@ import (
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/cpu"
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/cpufreq"
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/custom"
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/disk"
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/genericjmx"
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/hadoopjmx"
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/kafka"
Expand Down
42 changes: 0 additions & 42 deletions internal/signalfx-agent/pkg/monitors/collectd/disk/disk.go

This file was deleted.

19 changes: 0 additions & 19 deletions internal/signalfx-agent/pkg/monitors/collectd/disk/disk.tmpl

This file was deleted.

57 changes: 0 additions & 57 deletions internal/signalfx-agent/pkg/monitors/collectd/disk/genmetadata.go

This file was deleted.

62 changes: 0 additions & 62 deletions internal/signalfx-agent/pkg/monitors/collectd/disk/metadata.yaml

This file was deleted.

35 changes: 0 additions & 35 deletions internal/signalfx-agent/pkg/monitors/collectd/disk/template.go

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 @@ -38,7 +38,7 @@ var (
errDimensionClientValue = fmt.Errorf("dimensionClients must be an array of compatible exporter names")
nonWindowsMonitors = map[string]bool{
"collectd/activemq": true, "collectd/apache": true, "collectd/cassandra": true, "collectd/chrony": true,
"collectd/cpu": true, "collectd/cpufreq": true, "collectd/custom": true, "collectd/disk": true,
"collectd/cpu": true, "collectd/cpufreq": true, "collectd/custom": 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/nginx": true, "collectd/php-fpm": true,
Expand Down

0 comments on commit 05a5206

Please sign in to comment.