Skip to content

Commit

Permalink
Fix formatting for OTEL row (#1808)
Browse files Browse the repository at this point in the history
  • Loading branch information
heitortsergent authored Nov 8, 2024
1 parent 9610807 commit 65d9f8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down

0 comments on commit 65d9f8a

Please sign in to comment.