Skip to content

Commit 876e1d0

Browse files
committed
Remove the collectd/etcd monitor
1 parent f6cdced commit 876e1d0

File tree

6 files changed

+1
-342
lines changed

6 files changed

+1
-342
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- (Splunk) Remove httpsink exporter ([#](https://github.com/signalfx/splunk-otel-collector/pull/))
77
- (Splunk) Remove signalfx-metadata and collectd/metadata monitors ([#](https://github.com/signalfx/splunk-otel-collector/pull/))
88
Both monitors are deprecated and replaced by the hostmetricsreceiver and processlist monitor.
9+
- (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/))
910

1011
### 🚩Deprecations 🚩
1112

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import (
1111
_ "github.com/signalfx/signalfx-agent/pkg/monitors/cloudfoundry"
1212
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/consul"
1313
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/couchbase"
14-
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/etcd"
1514
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/hadoop"
1615
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/healthchecker"
1716
_ "github.com/signalfx/signalfx-agent/pkg/monitors/collectd/jenkins"

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

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

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

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

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

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

packaging/bundle/collectd-plugins.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77
version: v1.2.0
88
repo: signalfx/collectd-couchbase
99

10-
- name: etcd
11-
version: v2.0.0
12-
repo: signalfx/collectd-etcd
13-
can_remove:
14-
- integration-test
15-
1610
- name: hadoop
1711
version: v1.1.0
1812
repo: signalfx/collectd-hadoop

0 commit comments

Comments
 (0)