-
Notifications
You must be signed in to change notification settings - Fork 3
Charts[Network]: Remove hardcoded jdwp Java agent #883
Copy link
Copy link
Closed
Labels
BugA error that causes the feature to behave differently than what was expected based on design docsA error that causes the feature to behave differently than what was expected based on design docsP0An issue impacting production environments or impacting multiple releases or multiple individuals.An issue impacting production environments or impacting multiple releases or multiple individuals.released
Milestone
Metadata
Metadata
Assignees
Labels
BugA error that causes the feature to behave differently than what was expected based on design docsA error that causes the feature to behave differently than what was expected based on design docsP0An issue impacting production environments or impacting multiple releases or multiple individuals.An issue impacting production environments or impacting multiple releases or multiple individuals.released
Type
Projects
Status
✅ Done
Description
The helm chart forcibly injects the JDWP java agent into the JVM as a hardcoded configuration. Doing so prevents the use of profilers and has a negative performance impact on larger deployments.
This should not be hardcoded and instead should be injected as needed through configurable
extraEnvvalues.Related Issues