-
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
Making the k6/experimental/tracing
module part of the k6 core
#3212
Labels
Comments
5 tasks
I have done a reimplementation in js here Notes:
With this we can allow users to effectively do import { instrumentHTTP, Client } from "/path/to/tracing-instrumentation.js";
// including from jslib or directly from the gist or locally
// same as before edit: I have now fixed instrumentHTTP and some other small issues. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Description
A few releases back, we introduced the
k6/experimental/tracing
module to k6.Experimental modules intend to become part of the core eventually. Although the module has been around for a while, we have yet to take the opportunity to take a step back and consider what is left to do to reach a state acceptable to become a core module.
We are not aware of issues that would keep us from stabilizing this module at the moment, and unless some are raised, we will stabilize it sooner than later.
Tasks
The text was updated successfully, but these errors were encountered: