Skip to content

Commit 075b874

Browse files
authored
OTel output is not anymore experimental (#2192)
1 parent c12f287 commit 075b874

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

docs/sources/k6/next/results-output/real-time/opentelemetry.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: 'OpenTelemetry'
3-
description: 'Use the OpenTelemetry experimental output to send test results in OTEL metrics format.'
3+
description: 'Use the OpenTelemetry output to send test results in OTEL metrics format.'
44
weight: 00
55
---
66

77
# OpenTelemetry
88

9-
Grafana k6 can push test run metrics in the [OpenTelemetry (OTEL) metrics format](https://opentelemetry.io/docs/specs/otel/metrics/) to an OTEL metrics collector or a metrics backend that supports the OTEL metrics format by using the experimental OpenTelemetry output `--out experimental-opentelemetry`.
9+
Grafana k6 can push test run metrics in the [OpenTelemetry (OTEL) metrics format](https://opentelemetry.io/docs/specs/otel/metrics/) to an OTEL metrics collector or a metrics backend that supports the OTEL metrics format by using the OpenTelemetry output `--out opentelemetry`.
1010

1111
For any feedback, bugs or suggestions feel free to [open an issue](https://github.com/grafana/k6/issues) directly in the k6 repository. Contributions are also welcome!
1212

@@ -27,12 +27,12 @@ Prior to k6 v1.4.0, Rate metrics were exported as two separate counters: `metric
2727

2828
## Run the k6 test
2929

30-
You can use the `--out experimental-opentelemetry` option when running your tests to use this extension:
30+
You can use the `--out opentelemetry` option when running your tests to use this extension:
3131

3232
{{< code >}}
3333

3434
```bash
35-
K6_OTEL_GRPC_EXPORTER_INSECURE=true K6_OTEL_METRIC_PREFIX=k6_ k6 run --tag test-id=123 -o experimental-opentelemetry examples/script.js
35+
K6_OTEL_GRPC_EXPORTER_INSECURE=true K6_OTEL_METRIC_PREFIX=k6_ k6 run --tag test-id=123 -o opentelemetry examples/script.js
3636
```
3737

3838
{{< /code >}}

docs/sources/k6/v1.5.x/results-output/real-time/opentelemetry.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: 'OpenTelemetry'
3-
description: 'Use the OpenTelemetry experimental output to send test results in OTEL metrics format.'
3+
description: 'Use the OpenTelemetry output to send test results in OTEL metrics format.'
44
weight: 00
55
---
66

77
# OpenTelemetry
88

9-
Grafana k6 can push test run metrics in the [OpenTelemetry (OTEL) metrics format](https://opentelemetry.io/docs/specs/otel/metrics/) to an OTEL metrics collector or a metrics backend that supports the OTEL metrics format by using the experimental OpenTelemetry output `--out experimental-opentelemetry`.
9+
Grafana k6 can push test run metrics in the [OpenTelemetry (OTEL) metrics format](https://opentelemetry.io/docs/specs/otel/metrics/) to an OTEL metrics collector or a metrics backend that supports the OTEL metrics format by using the OpenTelemetry output `--out opentelemetry`.
1010

1111
For any feedback, bugs or suggestions feel free to [open an issue](https://github.com/grafana/k6/issues) directly in the k6 repository. Contributions are also welcome!
1212

@@ -27,12 +27,12 @@ Prior to k6 v1.4.0, Rate metrics were exported as two separate counters: `metric
2727

2828
## Run the k6 test
2929

30-
You can use the `--out experimental-opentelemetry` option when running your tests to use this extension:
30+
You can use the `--out opentelemetry` option when running your tests to use this extension:
3131

3232
{{< code >}}
3333

3434
```bash
35-
K6_OTEL_GRPC_EXPORTER_INSECURE=true K6_OTEL_METRIC_PREFIX=k6_ k6 run --tag test-id=123 -o experimental-opentelemetry examples/script.js
35+
K6_OTEL_GRPC_EXPORTER_INSECURE=true K6_OTEL_METRIC_PREFIX=k6_ k6 run --tag test-id=123 -o opentelemetry examples/script.js
3636
```
3737

3838
{{< /code >}}

docs/sources/k6/v1.6.x/results-output/real-time/opentelemetry.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: 'OpenTelemetry'
3-
description: 'Use the OpenTelemetry experimental output to send test results in OTEL metrics format.'
3+
description: 'Use the OpenTelemetry output to send test results in OTEL metrics format.'
44
weight: 00
55
---
66

77
# OpenTelemetry
88

9-
Grafana k6 can push test run metrics in the [OpenTelemetry (OTEL) metrics format](https://opentelemetry.io/docs/specs/otel/metrics/) to an OTEL metrics collector or a metrics backend that supports the OTEL metrics format by using the experimental OpenTelemetry output `--out experimental-opentelemetry`.
9+
Grafana k6 can push test run metrics in the [OpenTelemetry (OTEL) metrics format](https://opentelemetry.io/docs/specs/otel/metrics/) to an OTEL metrics collector or a metrics backend that supports the OTEL metrics format by using the OpenTelemetry output `--out opentelemetry`.
1010

1111
For any feedback, bugs or suggestions feel free to [open an issue](https://github.com/grafana/k6/issues) directly in the k6 repository. Contributions are also welcome!
1212

@@ -27,12 +27,12 @@ Prior to k6 v1.4.0, Rate metrics were exported as two separate counters: `metric
2727

2828
## Run the k6 test
2929

30-
You can use the `--out experimental-opentelemetry` option when running your tests to use this extension:
30+
You can use the `--out opentelemetry` option when running your tests to use this extension:
3131

3232
{{< code >}}
3333

3434
```bash
35-
K6_OTEL_GRPC_EXPORTER_INSECURE=true K6_OTEL_METRIC_PREFIX=k6_ k6 run --tag test-id=123 -o experimental-opentelemetry examples/script.js
35+
K6_OTEL_GRPC_EXPORTER_INSECURE=true K6_OTEL_METRIC_PREFIX=k6_ k6 run --tag test-id=123 -o opentelemetry examples/script.js
3636
```
3737

3838
{{< /code >}}

0 commit comments

Comments
 (0)