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

Change instrumentation feature gates into normal command-line flags: operator.autoinstrumentation.nodejs #2674

Closed
Tracked by #2582
jaronoff97 opened this issue Feb 26, 2024 · 0 comments · Fixed by #2834
Assignees
Labels
area:auto-instrumentation Issues for auto-instrumentation

Comments

@jaronoff97
Copy link
Contributor

jaronoff97 commented Feb 26, 2024

We currently use operator feature gates to control which instrumentations are enabled. The intent is to keep this configurable forever, so cluster operators can make this decision for the whole operator deployment. Feature gates are a suboptimal choice for this, however, as they assume a strict stage progression from Alpha to Stable, and eventually are intended to be removed completely.

We should change these into normal command-line flags for the operator while it's still a relatively painless change for our users.

see #2582

@jaronoff97 jaronoff97 added the area:auto-instrumentation Issues for auto-instrumentation label Feb 26, 2024
@jaronoff97 jaronoff97 changed the title operator.autoinstrumentation.nodejs Change instrumentation feature gates into normal command-line flags: operator.autoinstrumentation.nodejs Feb 26, 2024
@yuriolisa yuriolisa self-assigned this Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:auto-instrumentation Issues for auto-instrumentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants