-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[chore] add warning documentation around healthcheck extension #29782
[chore] add warning documentation around healthcheck extension #29782
Conversation
This follows open-telemetry/opentelemetry-collector#9065 (comment) Signed-off-by: Alex Boten <aboten@lightstep.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we explicitly mention this component is planned to be marked Deprecated in the future?
IMO let's deprecate it once we are closer to having a replacement, the extension is still useful in some basic cases and we don't have a replacement yet |
Co-authored-by: Pablo Baeyens <pbaeyens31+github@gmail.com>
either that or the new healthcheck extension may be able to guarantee backwards compatibility with the functionality we know works for this extension (the basic case), and then we don't need to migrate anything |
This PR removes the dependency on opencensus by removing the code that sets up a view to trigger healthcheck status changes. This functionality does not work as documented in the README: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/healthcheckextension#health-check I'm proposing to remove the code that brings an unnecessary dependency for functionality that isn't working. Fixes #33469 As discussed previously #29782, an improved functionality will be implemented in the v2 healthcheck extension --------- Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
This follows open-telemetry/opentelemetry-collector#9065 (comment)