You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 17, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+23-49Lines changed: 23 additions & 49 deletions
Original file line number
Diff line number
Diff line change
@@ -1,32 +1,13 @@
1
1
# xk6-distributed-tracing
2
2
3
-
> ⚠️ **This is a proof of concept** ⚠️
4
-
> It won't be supported by the k6 team.
5
-
> It may also break in the future as xk6 evolves.
3
+
This extension adds distributed tracing support to [k6](https://github.com/grafana/k6)!
6
4
7
-
</div>
5
+
That means that if you're testing an instrumented system, you can use this extension to start the traces on k6.
8
6
9
-
This extension adds distributed tracing support to [k6](https://github.com/grafana/k6)! That means, that if you're testing a system that is instrumented, you can use this extension to start the traces on k6.
7
+
Currently, it supports HTTP requests and the following propagation formats: `w3c`, `b3`, and `jaeger`.
10
8
11
9
It is implemented using the [xk6](https://github.com/grafana/xk6) extension system.
12
10
13
-
<divalign="center">
14
-
15
-

16
-
*Trace started on k6*
17
-
18
-
</div>
19
-
20
-
## Features
21
-
22
-
The extension is built on top of [OpenTelemetry](https://opentelemetry.io/), and gives k6:
0 commit comments