Skip to content

Commit d23a440

Browse files
authored
Merge pull request #1658 from grafana/bump_pyroscope_jslib_version
Use [email protected] in examples
2 parents 6a08c38 + 7f34cb3 commit d23a440

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

docs/sources/next/javascript-api/jslib/http-instrumentation-pyroscope/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This example demonstrates how to use the this library to instrument every HTTP r
3636

3737
```javascript
3838
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';
4040
import http from 'k6/http';
4141

4242
// instrumentHTTP will ensure that all requests made by the http module

docs/sources/next/javascript-api/jslib/http-instrumentation-pyroscope/client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This example demonstrates how to instantiate a client and use it to instrument H
2323

2424
```javascript
2525
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';
2727
import http from 'k6/http';
2828

2929
// Explicitly instantiating a Pyroscope client allows to distinguish

docs/sources/next/javascript-api/jslib/http-instrumentation-pyroscope/instrumenthttp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This example demonstrates how to use the this library to instrument every HTTP r
2828

2929
```javascript
3030
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';
3232
import http from 'k6/http';
3333

3434
// instrumentHTTP will ensure that all requests made by the `http` module

docs/sources/v0.51.x/javascript-api/jslib/http-instrumentation-pyroscope/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This example demonstrates how to use the this library to instrument every HTTP r
3434

3535
```javascript
3636
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';
3838
import http from 'k6/http';
3939

4040
// instrumentHTTP will ensure that all requests made by the http module

docs/sources/v0.51.x/javascript-api/jslib/http-instrumentation-pyroscope/client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This example demonstrates how to instantiate a client and use it to instrument H
2323

2424
```javascript
2525
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';
2727
import http from 'k6/http';
2828

2929
// Explicitly instantiating a Pyroscope client allows to distinguish

docs/sources/v0.51.x/javascript-api/jslib/http-instrumentation-pyroscope/instrumenthttp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This example demonstrates how to use the this library to instrument every HTTP r
2828

2929
```javascript
3030
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';
3232
import http from 'k6/http';
3333

3434
// instrumentHTTP will ensure that all requests made by the `http` module

docs/sources/v0.52.x/javascript-api/jslib/http-instrumentation-pyroscope/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This example demonstrates how to use the this library to instrument every HTTP r
3636

3737
```javascript
3838
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';
4040
import http from 'k6/http';
4141

4242
// instrumentHTTP will ensure that all requests made by the http module

docs/sources/v0.52.x/javascript-api/jslib/http-instrumentation-pyroscope/client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This example demonstrates how to instantiate a client and use it to instrument H
2323

2424
```javascript
2525
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';
2727
import http from 'k6/http';
2828

2929
// Explicitly instantiating a Pyroscope client allows to distinguish

docs/sources/v0.52.x/javascript-api/jslib/http-instrumentation-pyroscope/instrumenthttp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This example demonstrates how to use the this library to instrument every HTTP r
2828

2929
```javascript
3030
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';
3232
import http from 'k6/http';
3333

3434
// instrumentHTTP will ensure that all requests made by the `http` module

0 commit comments

Comments
 (0)