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

Add K6_PROFILING_ENABLED env in exist option --profiling-enabled #1567

Merged
merged 5 commits into from
Apr 30, 2024

Conversation

Bablzz
Copy link
Contributor

@Bablzz Bablzz commented Apr 25, 2024

What?

Add information K6_PROFILING_ENABLED in exist option --profiling-enabled
Close documentation-needed in grafana/k6#3692

Checklist

  • I have used a meaningful title for the PR.
  • I have described the changes I've made in the "What?" section above.
  • I have performed a self-review of my changes.
  • I have run the npm start command locally and verified that the changes look good.
  • I have made my changes in the docs/sources/next folder of the documentation.
  • I have reflected my changes in the docs/sources/v{most_recent_release} folder of the documentation.
  • I have reflected my changes in the relevant folders of the two previous k6 versions of the documentation (if still applicable to previous versions).
  • I have made my changes in the docs/sources/next folder of the documentation.

Related PR(s)/Issue(s)

@CLAassistant
Copy link

CLAassistant commented Apr 25, 2024

CLA assistant check
All committers have signed the CLA.

Comment on lines 913 to 915
| Env | CLI | Code / Config file | Default |
| ---------------------- | --------------------- | ------------------ | ------------------------------------ |
| `K6_PROFILING_ENABLED` | `--profiling-enabled` | N/A | `http://localhost:6565/debug/pprof/` |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| Env | CLI | Code / Config file | Default |
| ---------------------- | --------------------- | ------------------ | ------------------------------------ |
| `K6_PROFILING_ENABLED` | `--profiling-enabled` | N/A | `http://localhost:6565/debug/pprof/` |
| Env | CLI | Code / Config file | Default |
| --- | --------------------- | ------------------ | ------------------------------------ |
| N/A | `--profiling-enabled` | N/A | `http://localhost:6565/debug/pprof/` |

This actually shoudn't change as v0.50.0 would not support it as it is alredy released

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, yeah, agree. did it according readme.md. thanks!

Fix MR. use suggest

Co-authored-by: Mihail Stoykov <312246+mstoykov@users.noreply.github.com>
@codebien codebien mentioned this pull request Apr 30, 2024
25 tasks
@mstoykov mstoykov merged commit 2345249 into grafana:main Apr 30, 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.

None yet

4 participants