Skip to content
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

[opentelemetry-collector] Add extension validation for health_check #1070

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

ChrsMark
Copy link
Member

This PR adds a validation check to ensue that health_check extension is always included in the extensions list.

This will ensure that users who manually define extensions will always add the health_check one as well as described at open-telemetry/opentelemetry-collector-contrib#29558 (comment).
Without the health_check extension the collector would be failing.

Fixes #974.

@dmitryax dmitryax merged commit 2e43336 into open-telemetry:main Mar 15, 2024
3 checks passed
12ushan pushed a commit to giffgaff/opentelemetry-helm-charts that referenced this pull request Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Chart should validate extensions config to avoid missing health_check
3 participants