Skip to content

Commit

Permalink
otel-output: document service name and version
Browse files Browse the repository at this point in the history
  • Loading branch information
olegbespalov committed Nov 5, 2024
1 parent 29ac888 commit a318b40
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ The following options can be configured:

| Name | Value |
| ---------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `K6_OTEL_SERVICE_NAME` | The name of the service to use for the metrics exporting. Default value is `k6`. |
| `K6_OTEL_SERVICE_VERSION` | The version of the service to use for the metrics exporting. Default is version of the k6, e.g. `v0.54.0` |
| `K6_OTEL_METRIC_PREFIX` | Metric prefix. Default is empty. |
| `K6_OTEL_FLUSH_INTERVAL` | How frequently to flush metrics from k6 metrics engine. Default is `1s`. |
| `K6_OTEL_EXPORT_INTERVAL` | Configures the intervening time between metrics exports. Default is `10s`. |
Expand Down

0 comments on commit a318b40

Please sign in to comment.