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

Run Extension checks conditionally #235

Merged
merged 3 commits into from
Oct 15, 2024

Conversation

chaudharysaket
Copy link
Contributor

@chaudharysaket chaudharysaket commented Oct 9, 2024

During the star-tup, Extension performs following checks:
Runtime check, Agent version check, Handler check, Sanity check, Vendor check. The feature, allow bypassing of Extension checks using env var NEW_RELIC_IGNORE_EXTENSION_CHECKS

  • By default, all the above-mentioned start-up checks will be enabled as they help new customers onboarding smoothly.
  • Environment variable NEW_RELIC_IGNORE_EXTENSION_CHECKS - a string of comma separated values:
  • To disable specific checks: handler, agent, sanity, vendor
  • To disable all the checks: all
  • the NEW_RELIC_IGNORE_EXTENSION_CHECKS string is case insensitive

@chaudharysaket chaudharysaket merged commit 2682333 into newrelic:main Oct 15, 2024
5 checks passed
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.

2 participants