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

Deprecate k6/experimental/tracing #3854

Merged
merged 2 commits into from
Jul 18, 2024
Merged

Conversation

mstoykov
Copy link
Contributor

What?

Deprecate k6/experimental/tracing.

Why?

The module is now fully available as javacript implementation from https://jslib.k6.io/ and documented here

Checklist

  • I have performed a self-review of my code.
  • I have added tests for my changes.
  • I have run linter locally (make lint) and all checks pass.
  • I have run tests locally (make tests) and all tests pass.
  • I have commented on my code, particularly in hard-to-understand areas.

Related PR(s)/Issue(s)

Closes #3212

@mstoykov mstoykov added the breaking change for PRs that need to be mentioned in the breaking changes section of the release notes label Jul 18, 2024
@mstoykov mstoykov added this to the v0.53.0 milestone Jul 18, 2024
@mstoykov mstoykov requested a review from a team as a code owner July 18, 2024 08:27
@mstoykov mstoykov requested review from codebien, olegbespalov, Blinkuu and a team and removed request for a team July 18, 2024 08:27
olegbespalov
olegbespalov previously approved these changes Jul 18, 2024
Copy link
Contributor

@olegbespalov olegbespalov left a comment

Choose a reason for hiding this comment

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

Looks good to me! 👍

It is not related to the PR, but how about creating the "Migration from k6/experimental/tracing" section on https://grafana.com/docs/k6/latest/javascript-api/jslib/http-instrumentation-tempo and giving instructions for migration, even if they just about replacing import path.

codebien
codebien previously approved these changes Jul 18, 2024
js/jsmodules.go Outdated Show resolved Hide resolved
Co-authored-by: Ivan <2103732+codebien@users.noreply.github.com>
@mstoykov mstoykov dismissed stale reviews from codebien and olegbespalov via deeea53 July 18, 2024 08:59
@olegbespalov olegbespalov mentioned this pull request Jul 18, 2024
5 tasks
@mstoykov mstoykov merged commit 9c7f93f into master Jul 18, 2024
23 checks passed
@mstoykov mstoykov deleted the experimentalTracingWarning branch July 18, 2024 15:01
@mstoykov mstoykov added the documentation-needed A PR which will need a separate PR for documentation label Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change for PRs that need to be mentioned in the breaking changes section of the release notes documentation-needed A PR which will need a separate PR for documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Making the k6/experimental/tracing module part of the k6 core
4 participants