Skip to content

Commit

Permalink
Remove the collectd/etcd monitor (#5520)
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme authored Oct 18, 2024
1 parent f6cdced commit f437e6d
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 342 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- (Splunk) Remove httpsink exporter ([#](https://github.com/signalfx/splunk-otel-collector/pull/))
- (Splunk) Remove signalfx-metadata and collectd/metadata monitors ([#](https://github.com/signalfx/splunk-otel-collector/pull/))
Both monitors are deprecated and replaced by the hostmetricsreceiver and processlist monitor.
- (Splunk) Remove deprecated collectd/etcd monitor. [Please use the etcd prometheus endpoint to scrape metrics.](https://etcd.io/docs/v3.5/metrics/) ([#](https://github.com/signalfx/splunk-otel-collector/pull/))

### 🚩Deprecations 🚩

Expand Down
1 change: 0 additions & 1 deletion internal/signalfx-agent/pkg/core/modules.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (
_ "github.com/signalfx/signalfx-agent/pkg/monitors/cloudfoundry"
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/consul"
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/couchbase"
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/etcd"
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/hadoop"
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/healthchecker"
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/jenkins"
Expand Down
94 changes: 0 additions & 94 deletions internal/signalfx-agent/pkg/monitors/collectd/etcd/etcd.go

This file was deleted.

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

This file was deleted.

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

This file was deleted.

6 changes: 0 additions & 6 deletions packaging/bundle/collectd-plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
version: v1.2.0
repo: signalfx/collectd-couchbase

- name: etcd
version: v2.0.0
repo: signalfx/collectd-etcd
can_remove:
- integration-test

- name: hadoop
version: v1.1.0
repo: signalfx/collectd-hadoop
Expand Down

0 comments on commit f437e6d

Please sign in to comment.