-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Enabling Profiling using environment variable #3670
Comments
Any update here ? |
Hey @ameetpal, It should be very similar to the other environment variables in this part of the code. Lines 157 to 165 in a5dcc99
|
hello everyone! in this case it's just add env variable and set to ProfilingEnabled? |
Hey @Bablzz, Lines 163 to 174 in a5dcc99
Plus, if we are going to add multiple ways for setting it then we have to add a test for the consolidation. k6/cmd/config_consolidation_test.go Line 146 in a5dcc99
|
Fixed with #3692 |
Feature Description
Currently we are using k6-operator to run tests and how will we able to enable profiling in that ? As of now we are only passing environment variables.
Will it be possible to have a environment variable for enabling profiling ?
Suggested Solution (optional)
No response
Already existing or connected issues / PRs (optional)
No response
The text was updated successfully, but these errors were encountered: