Skip to content

Commit

Permalink
Deprecate the collectd/health-checker plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Aug 1, 2024
1 parent 1411a53 commit 8a548ff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
### 🚀 New components 🚀

- (Splunk) Add ElasticSearch receiver ([#5165](https://github.com/signalfx/splunk-otel-collector/pull/5165/))

### 🚩Deprecations 🚩

- (Splunk) Deprecate the collectd/health-checker plugin ([#5167](https://github.com/signalfx/splunk-otel-collector/pull/5167))

## v0.105.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@ func (m *Monitor) Configure(conf *Config) error {
if conf.Name == "" {
conf.pyConf.PluginConfig["Instance"] = fmt.Sprintf("%s-%d", conf.Host, conf.Port)
}

m.Logger().Warn("[NOTICE] The collectd/health-checker plugin is deprecated and will be removed in a future release. Use the httpcheckreceiver instead.")
return m.PyMonitor.Configure(conf)
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
monitors:
- dimensions:
doc: |
The collectd/health-checker plugin is deprecated and will be removed in a future release. Use the httpcheckreceiver instead.
A simple Collectd Python-based monitor
that hits an endpoint and checks if the configured JSON value is returned in
the response body.
Expand Down

0 comments on commit 8a548ff

Please sign in to comment.