File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
next/javascript-api/jslib/http-instrumentation-pyroscope
v0.51.x/javascript-api/jslib/http-instrumentation-pyroscope
v0.52.x/javascript-api/jslib/http-instrumentation-pyroscope Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ This example demonstrates how to use the this library to instrument every HTTP r
36
36
37
37
``` javascript
38
38
import { check } from ' k6' ;
39
- import pyroscope from ' https://jslib.k6.io/http-instrumentation-pyroscope/1.0.0 /index.js' ;
39
+ import pyroscope from ' https://jslib.k6.io/http-instrumentation-pyroscope/1.0.1 /index.js' ;
40
40
import http from ' k6/http' ;
41
41
42
42
// instrumentHTTP will ensure that all requests made by the http module
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ This example demonstrates how to instantiate a client and use it to instrument H
23
23
24
24
``` javascript
25
25
import { check } from ' k6' ;
26
- import pyroscope from ' https://jslib.k6.io/http-instrumentation-pyroscope/1.0.0 /index.js' ;
26
+ import pyroscope from ' https://jslib.k6.io/http-instrumentation-pyroscope/1.0.1 /index.js' ;
27
27
import http from ' k6/http' ;
28
28
29
29
// Explicitly instantiating a Pyroscope client allows to distinguish
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ This example demonstrates how to use the this library to instrument every HTTP r
28
28
29
29
``` javascript
30
30
import { check } from ' k6' ;
31
- import pyroscope from ' https://jslib.k6.io/http-instrumentation-pyroscope/1.0.0 /index.js' ;
31
+ import pyroscope from ' https://jslib.k6.io/http-instrumentation-pyroscope/1.0.1 /index.js' ;
32
32
import http from ' k6/http' ;
33
33
34
34
// instrumentHTTP will ensure that all requests made by the `http` module
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ This example demonstrates how to use the this library to instrument every HTTP r
34
34
35
35
``` javascript
36
36
import { check } from ' k6' ;
37
- import pyroscope from ' https://jslib.k6.io/http-instrumentation-pyroscope/1.0.0 /index.js' ;
37
+ import pyroscope from ' https://jslib.k6.io/http-instrumentation-pyroscope/1.0.1 /index.js' ;
38
38
import http from ' k6/http' ;
39
39
40
40
// instrumentHTTP will ensure that all requests made by the http module
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ This example demonstrates how to instantiate a client and use it to instrument H
23
23
24
24
``` javascript
25
25
import { check } from ' k6' ;
26
- import pyroscope from ' https://jslib.k6.io/http-instrumentation-pyroscope/1.0.0 /index.js' ;
26
+ import pyroscope from ' https://jslib.k6.io/http-instrumentation-pyroscope/1.0.1 /index.js' ;
27
27
import http from ' k6/http' ;
28
28
29
29
// Explicitly instantiating a Pyroscope client allows to distinguish
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ This example demonstrates how to use the this library to instrument every HTTP r
28
28
29
29
``` javascript
30
30
import { check } from ' k6' ;
31
- import pyroscope from ' https://jslib.k6.io/http-instrumentation-pyroscope/1.0.0 /index.js' ;
31
+ import pyroscope from ' https://jslib.k6.io/http-instrumentation-pyroscope/1.0.1 /index.js' ;
32
32
import http from ' k6/http' ;
33
33
34
34
// instrumentHTTP will ensure that all requests made by the `http` module
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ This example demonstrates how to use the this library to instrument every HTTP r
36
36
37
37
``` javascript
38
38
import { check } from ' k6' ;
39
- import pyroscope from ' https://jslib.k6.io/http-instrumentation-pyroscope/1.0.0 /index.js' ;
39
+ import pyroscope from ' https://jslib.k6.io/http-instrumentation-pyroscope/1.0.1 /index.js' ;
40
40
import http from ' k6/http' ;
41
41
42
42
// instrumentHTTP will ensure that all requests made by the http module
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ This example demonstrates how to instantiate a client and use it to instrument H
23
23
24
24
``` javascript
25
25
import { check } from ' k6' ;
26
- import pyroscope from ' https://jslib.k6.io/http-instrumentation-pyroscope/1.0.0 /index.js' ;
26
+ import pyroscope from ' https://jslib.k6.io/http-instrumentation-pyroscope/1.0.1 /index.js' ;
27
27
import http from ' k6/http' ;
28
28
29
29
// Explicitly instantiating a Pyroscope client allows to distinguish
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ This example demonstrates how to use the this library to instrument every HTTP r
28
28
29
29
``` javascript
30
30
import { check } from ' k6' ;
31
- import pyroscope from ' https://jslib.k6.io/http-instrumentation-pyroscope/1.0.0 /index.js' ;
31
+ import pyroscope from ' https://jslib.k6.io/http-instrumentation-pyroscope/1.0.1 /index.js' ;
32
32
import http from ' k6/http' ;
33
33
34
34
// instrumentHTTP will ensure that all requests made by the `http` module
You can’t perform that action at this time.
0 commit comments