Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7016 +/- ##
==========================================
+ Coverage 37.83% 37.84% +0.01%
==========================================
Files 366 366
Lines 25618 25619 +1
==========================================
+ Hits 9692 9696 +4
+ Misses 15115 15114 -1
+ Partials 811 809 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
This PR deprecates the collectd/zookeeper plugin with a planned removal date of the end of March 2026, directing users to migrate to the upstream zookeeper receiver from opentelemetry-collector-contrib. The deprecation follows the established pattern used for other collectd plugin deprecations in this codebase.
- Adds runtime deprecation warning when the plugin is configured
- Updates documentation to inform users about the deprecation
- Creates a changelog entry for the deprecation
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
internal/signalfx-agent/pkg/monitors/collectd/zookeeper/zookeeper.go |
Adds warning log in the Configure method to notify users about deprecation and removal timeline |
internal/signalfx-agent/pkg/monitors/collectd/zookeeper/metadata.yaml |
Updates documentation with bold deprecation notice at the top of the description |
.chloggen/deprecate-collectd-zookeeper-monitor.yaml |
Creates changelog entry for the deprecation announcement |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Deprecate the collectd-zookeeper plugin.