Skip to content

Commit

Permalink
remove collectd/load monitor (#3995)
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme authored Jan 3, 2024
1 parent 6433feb commit aa378c9
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 143 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 @@ -22,7 +22,6 @@ import (
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/kafka"
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/kafkaconsumer"
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/kafkaproducer"
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/load"
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/memcached"
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/memory"
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/metadata"
Expand Down
42 changes: 0 additions & 42 deletions internal/signalfx-agent/pkg/monitors/collectd/load/genmetadata.go

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

28 changes: 0 additions & 28 deletions internal/signalfx-agent/pkg/monitors/collectd/load/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 @@ -40,7 +40,7 @@ var (
"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/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/kafka_producer": true, "collectd/memcached": true, "collectd/memory": true,
"collectd/mysql": true, "collectd/nginx": true, "collectd/php-fpm": true,
"collectd/processes": true, "collectd/protocols": true,
"collectd/signalfx-metadata": true, "collectd/statsd": true, "collectd/uptime": true,
Expand Down

0 comments on commit aa378c9

Please sign in to comment.