Skip to content

Commit aa378c9

Browse files
authored
remove collectd/load monitor (#3995)
1 parent 6433feb commit aa378c9

File tree

7 files changed

+1
-143
lines changed

7 files changed

+1
-143
lines changed

internal/signalfx-agent/pkg/core/modules_linux.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import (
2222
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/kafka"
2323
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/kafkaconsumer"
2424
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/kafkaproducer"
25-
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/load"
2625
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/memcached"
2726
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/memory"
2827
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/metadata"

internal/signalfx-agent/pkg/monitors/collectd/load/genmetadata.go

Lines changed: 0 additions & 42 deletions
This file was deleted.

internal/signalfx-agent/pkg/monitors/collectd/load/load.go

Lines changed: 0 additions & 35 deletions
This file was deleted.

internal/signalfx-agent/pkg/monitors/collectd/load/load.tmpl

Lines changed: 0 additions & 12 deletions
This file was deleted.

internal/signalfx-agent/pkg/monitors/collectd/load/metadata.yaml

Lines changed: 0 additions & 24 deletions
This file was deleted.

internal/signalfx-agent/pkg/monitors/collectd/load/template.go

Lines changed: 0 additions & 28 deletions
This file was deleted.

pkg/receiver/smartagentreceiver/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ var (
4040
"collectd/activemq": true, "collectd/apache": true, "collectd/cassandra": true, "collectd/chrony": true,
4141
"collectd/cpu": true, "collectd/cpufreq": true, "collectd/custom": true, "collectd/disk": true,
4242
"collectd/genericjmx": true, "collectd/hadoopjmx": true, "collectd/kafka": true, "collectd/kafka_consumer": true,
43-
"collectd/kafka_producer": true, "collectd/load": true, "collectd/memcached": true, "collectd/memory": true,
43+
"collectd/kafka_producer": true, "collectd/memcached": true, "collectd/memory": true,
4444
"collectd/mysql": true, "collectd/nginx": true, "collectd/php-fpm": true,
4545
"collectd/processes": true, "collectd/protocols": true,
4646
"collectd/signalfx-metadata": true, "collectd/statsd": true, "collectd/uptime": true,

0 commit comments

Comments
 (0)