diff --git a/docs/sources/k6/next/results-output/real-time/opentelemetry.md b/docs/sources/k6/next/results-output/real-time/opentelemetry.md index 48aeed7da..6f7df46ef 100644 --- a/docs/sources/k6/next/results-output/real-time/opentelemetry.md +++ b/docs/sources/k6/next/results-output/real-time/opentelemetry.md @@ -51,7 +51,7 @@ The following options can be configured: | `K6_OTEL_TLS_CERTIFICATE` | Configures the path to the root CA certificate file for TLS credentials. If it is not provided but TLS is enabled then the host's root CAs set is used. | | `K6_OTEL_TLS_CLIENT_CERTIFICATE` | Configures the path to the client certificate file. | | `K6_OTEL_TLS_CLIENT_KEY` | Configures the path to the client key file. | -| `K6_OTEL_EXPORTER_TYPE` | Configures the type of exporter to use, valid options are `http` and `grpc`. Default is `grpc` | +| `K6_OTEL_EXPORTER_TYPE` | Configures the type of exporter to use. Valid options are `http` and `grpc`. Default is `grpc`. | | `K6_OTEL_GRPC_EXPORTER_INSECURE` | Disables client transport security for the gRPC exporter. | | `K6_OTEL_GRPC_EXPORTER_ENDPOINT` | Configures the gRPC exporter endpoint. Default is `localhost:4317`. | | `K6_OTEL_HTTP_EXPORTER_INSECURE` | Disables client transport security for the HTTP exporter. | diff --git a/docs/sources/k6/v0.53.x/results-output/real-time/opentelemetry.md b/docs/sources/k6/v0.53.x/results-output/real-time/opentelemetry.md index eb6e1c59b..78468d4cb 100644 --- a/docs/sources/k6/v0.53.x/results-output/real-time/opentelemetry.md +++ b/docs/sources/k6/v0.53.x/results-output/real-time/opentelemetry.md @@ -49,7 +49,7 @@ The following options can be configured: | `K6_OTEL_TLS_CERTIFICATE` | Configures the path to the root CA certificate file for TLS credentials. If it is not provided but TLS is enabled then the host's root CAs set is used. | | `K6_OTEL_TLS_CLIENT_CERTIFICATE` | Configures the path to the client certificate file. | | `K6_OTEL_TLS_CLIENT_KEY` | Configures the path to the client key file. | -| `K6_OTEL_EXPORTER_TYPE` | Configures the type of exporter to use, valid options are `http` and `grpc`. Default is `grpc` | +| `K6_OTEL_EXPORTER_TYPE` | Configures the type of exporter to use. Valid options are `http` and `grpc`. Default is `grpc`. | | `K6_OTEL_GRPC_EXPORTER_INSECURE` | Disables client transport security for the gRPC exporter. | | `K6_OTEL_GRPC_EXPORTER_ENDPOINT` | Configures the gRPC exporter endpoint. Default is `localhost:4317`. | | `K6_OTEL_HTTP_EXPORTER_INSECURE` | Disables client transport security for the HTTP exporter. | diff --git a/docs/sources/k6/v0.54.x/results-output/real-time/opentelemetry.md b/docs/sources/k6/v0.54.x/results-output/real-time/opentelemetry.md index 01c19599f..36c8ae916 100644 --- a/docs/sources/k6/v0.54.x/results-output/real-time/opentelemetry.md +++ b/docs/sources/k6/v0.54.x/results-output/real-time/opentelemetry.md @@ -49,7 +49,7 @@ The following options can be configured: | `K6_OTEL_TLS_CERTIFICATE` | Configures the path to the root CA certificate file for TLS credentials. If it is not provided but TLS is enabled then the host's root CAs set is used. | | `K6_OTEL_TLS_CLIENT_CERTIFICATE` | Configures the path to the client certificate file. | | `K6_OTEL_TLS_CLIENT_KEY` | Configures the path to the client key file. | -| `K6_OTEL_EXPORTER_TYPE` | Configures the type of exporter to use, valid options are `http` and `grpc`. Default is `grpc` | +| `K6_OTEL_EXPORTER_TYPE` | Configures the type of exporter to use. Valid options are `http` and `grpc`. Default is `grpc`. | | `K6_OTEL_GRPC_EXPORTER_INSECURE` | Disables client transport security for the gRPC exporter. | | `K6_OTEL_GRPC_EXPORTER_ENDPOINT` | Configures the gRPC exporter endpoint. Default is `localhost:4317`. | | `K6_OTEL_HTTP_EXPORTER_INSECURE` | Disables client transport security for the HTTP exporter. |