diff --git a/.husky/pre-commit b/.husky/pre-commit deleted file mode 100755 index 1d80aa31b2..0000000000 --- a/.husky/pre-commit +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - -npx --no-install lint-staged --concurrent false \ No newline at end of file diff --git a/docs/sources/k6/next/javascript-api/k6-metrics/gauge/_index.md b/docs/sources/k6/next/javascript-api/k6-metrics/gauge/_index.md index 6b619795cc..70e577b3d3 100644 --- a/docs/sources/k6/next/javascript-api/k6-metrics/gauge/_index.md +++ b/docs/sources/k6/next/javascript-api/k6-metrics/gauge/_index.md @@ -6,7 +6,7 @@ weight: 71 # Gauge -_Gauge_ is an object for representing a custom metric holding only the latest value added. It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Gauge_ is an object for representing a custom metric holding only the latest value added. It is one of the four [metrics types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------- | --------------------------------------------------------------------------------------------------- | diff --git a/docs/sources/k6/next/javascript-api/k6-metrics/rate/_index.md b/docs/sources/k6/next/javascript-api/k6-metrics/rate/_index.md index 555e4766e7..ae32c8459c 100644 --- a/docs/sources/k6/next/javascript-api/k6-metrics/rate/_index.md +++ b/docs/sources/k6/next/javascript-api/k6-metrics/rate/_index.md @@ -7,7 +7,7 @@ weight: 72 # Rate -_Rate_ is an object for representing a custom metric keeping track of the percentage of added values that are non-zero. It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Rate_ is an object for representing a custom metric keeping track of the percentage of added values that are non-zero. It is one of the four [metric types](https://grafana.com/docs/k5//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------ | ------------------------------ | diff --git a/docs/sources/k6/next/javascript-api/k6-metrics/trend/_index.md b/docs/sources/k6/next/javascript-api/k6-metrics/trend/_index.md index d14ef18c2c..6d1ef86fd7 100644 --- a/docs/sources/k6/next/javascript-api/k6-metrics/trend/_index.md +++ b/docs/sources/k6/next/javascript-api/k6-metrics/trend/_index.md @@ -7,7 +7,7 @@ weight: 73 # Trend -_Trend_ is an object for representing a custom metric that allows for calculating different statistics on the added values (min, max, average or percentiles). It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Trend_ is an object for representing a custom metric that allows for calculating different statistics on the added values (min, max, average or percentiles). It is one of the four [metrics types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------- | --------------------------------------------------------------------------------------------------- | diff --git a/docs/sources/k6/v0.47.x/javascript-api/k6-metrics/gauge/_index.md b/docs/sources/k6/v0.47.x/javascript-api/k6-metrics/gauge/_index.md index 5e38d0625f..1e46b86af9 100644 --- a/docs/sources/k6/v0.47.x/javascript-api/k6-metrics/gauge/_index.md +++ b/docs/sources/k6/v0.47.x/javascript-api/k6-metrics/gauge/_index.md @@ -6,7 +6,7 @@ weight: 71 # Gauge -_Gauge_ is an object for representing a custom metric holding only the latest value added. It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Gauge_ is an object for representing a custom metric holding only the latest value added. It is one of the four [metrics types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------- | --------------------------------------------------------------------------------------------------- | diff --git a/docs/sources/k6/v0.47.x/javascript-api/k6-metrics/rate/_index.md b/docs/sources/k6/v0.47.x/javascript-api/k6-metrics/rate/_index.md index d19199edcf..4cdfc4889a 100644 --- a/docs/sources/k6/v0.47.x/javascript-api/k6-metrics/rate/_index.md +++ b/docs/sources/k6/v0.47.x/javascript-api/k6-metrics/rate/_index.md @@ -7,7 +7,7 @@ weight: 72 # Rate -_Rate_ is an object for representing a custom metric keeping track of the percentage of added values that are non-zero. It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Rate_ is an object for representing a custom metric keeping track of the percentage of added values that are non-zero. It is one of the four [metric types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------ | ------------------------------ | diff --git a/docs/sources/k6/v0.47.x/javascript-api/k6-metrics/trend/_index.md b/docs/sources/k6/v0.47.x/javascript-api/k6-metrics/trend/_index.md index 08c7c59860..db8c0b6a10 100644 --- a/docs/sources/k6/v0.47.x/javascript-api/k6-metrics/trend/_index.md +++ b/docs/sources/k6/v0.47.x/javascript-api/k6-metrics/trend/_index.md @@ -7,7 +7,7 @@ weight: 73 # Trend -_Trend_ is an object for representing a custom metric that allows for calculating different statistics on the added values (min, max, average or percentiles). It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Trend_ is an object for representing a custom metric that allows for calculating different statistics on the added values (min, max, average or percentiles). It is one of the four [metrics types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------- | --------------------------------------------------------------------------------------------------- | diff --git a/docs/sources/k6/v0.48.x/javascript-api/k6-metrics/gauge/_index.md b/docs/sources/k6/v0.48.x/javascript-api/k6-metrics/gauge/_index.md index 5e38d0625f..1e46b86af9 100644 --- a/docs/sources/k6/v0.48.x/javascript-api/k6-metrics/gauge/_index.md +++ b/docs/sources/k6/v0.48.x/javascript-api/k6-metrics/gauge/_index.md @@ -6,7 +6,7 @@ weight: 71 # Gauge -_Gauge_ is an object for representing a custom metric holding only the latest value added. It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Gauge_ is an object for representing a custom metric holding only the latest value added. It is one of the four [metrics types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------- | --------------------------------------------------------------------------------------------------- | diff --git a/docs/sources/k6/v0.48.x/javascript-api/k6-metrics/rate/_index.md b/docs/sources/k6/v0.48.x/javascript-api/k6-metrics/rate/_index.md index d19199edcf..4cdfc4889a 100644 --- a/docs/sources/k6/v0.48.x/javascript-api/k6-metrics/rate/_index.md +++ b/docs/sources/k6/v0.48.x/javascript-api/k6-metrics/rate/_index.md @@ -7,7 +7,7 @@ weight: 72 # Rate -_Rate_ is an object for representing a custom metric keeping track of the percentage of added values that are non-zero. It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Rate_ is an object for representing a custom metric keeping track of the percentage of added values that are non-zero. It is one of the four [metric types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------ | ------------------------------ | diff --git a/docs/sources/k6/v0.48.x/javascript-api/k6-metrics/trend/_index.md b/docs/sources/k6/v0.48.x/javascript-api/k6-metrics/trend/_index.md index 08c7c59860..db8c0b6a10 100644 --- a/docs/sources/k6/v0.48.x/javascript-api/k6-metrics/trend/_index.md +++ b/docs/sources/k6/v0.48.x/javascript-api/k6-metrics/trend/_index.md @@ -7,7 +7,7 @@ weight: 73 # Trend -_Trend_ is an object for representing a custom metric that allows for calculating different statistics on the added values (min, max, average or percentiles). It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Trend_ is an object for representing a custom metric that allows for calculating different statistics on the added values (min, max, average or percentiles). It is one of the four [metrics types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------- | --------------------------------------------------------------------------------------------------- | diff --git a/docs/sources/k6/v0.49.x/javascript-api/k6-metrics/gauge/_index.md b/docs/sources/k6/v0.49.x/javascript-api/k6-metrics/gauge/_index.md index 5e38d0625f..1e46b86af9 100644 --- a/docs/sources/k6/v0.49.x/javascript-api/k6-metrics/gauge/_index.md +++ b/docs/sources/k6/v0.49.x/javascript-api/k6-metrics/gauge/_index.md @@ -6,7 +6,7 @@ weight: 71 # Gauge -_Gauge_ is an object for representing a custom metric holding only the latest value added. It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Gauge_ is an object for representing a custom metric holding only the latest value added. It is one of the four [metrics types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------- | --------------------------------------------------------------------------------------------------- | diff --git a/docs/sources/k6/v0.49.x/javascript-api/k6-metrics/rate/_index.md b/docs/sources/k6/v0.49.x/javascript-api/k6-metrics/rate/_index.md index d19199edcf..4cdfc4889a 100644 --- a/docs/sources/k6/v0.49.x/javascript-api/k6-metrics/rate/_index.md +++ b/docs/sources/k6/v0.49.x/javascript-api/k6-metrics/rate/_index.md @@ -7,7 +7,7 @@ weight: 72 # Rate -_Rate_ is an object for representing a custom metric keeping track of the percentage of added values that are non-zero. It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Rate_ is an object for representing a custom metric keeping track of the percentage of added values that are non-zero. It is one of the four [metric types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------ | ------------------------------ | diff --git a/docs/sources/k6/v0.49.x/javascript-api/k6-metrics/trend/_index.md b/docs/sources/k6/v0.49.x/javascript-api/k6-metrics/trend/_index.md index 08c7c59860..db8c0b6a10 100644 --- a/docs/sources/k6/v0.49.x/javascript-api/k6-metrics/trend/_index.md +++ b/docs/sources/k6/v0.49.x/javascript-api/k6-metrics/trend/_index.md @@ -7,7 +7,7 @@ weight: 73 # Trend -_Trend_ is an object for representing a custom metric that allows for calculating different statistics on the added values (min, max, average or percentiles). It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Trend_ is an object for representing a custom metric that allows for calculating different statistics on the added values (min, max, average or percentiles). It is one of the four [metrics types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------- | --------------------------------------------------------------------------------------------------- | diff --git a/docs/sources/k6/v0.50.x/javascript-api/k6-metrics/gauge/_index.md b/docs/sources/k6/v0.50.x/javascript-api/k6-metrics/gauge/_index.md index 5e38d0625f..1e46b86af9 100644 --- a/docs/sources/k6/v0.50.x/javascript-api/k6-metrics/gauge/_index.md +++ b/docs/sources/k6/v0.50.x/javascript-api/k6-metrics/gauge/_index.md @@ -6,7 +6,7 @@ weight: 71 # Gauge -_Gauge_ is an object for representing a custom metric holding only the latest value added. It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Gauge_ is an object for representing a custom metric holding only the latest value added. It is one of the four [metrics types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------- | --------------------------------------------------------------------------------------------------- | diff --git a/docs/sources/k6/v0.50.x/javascript-api/k6-metrics/rate/_index.md b/docs/sources/k6/v0.50.x/javascript-api/k6-metrics/rate/_index.md index d19199edcf..4cdfc4889a 100644 --- a/docs/sources/k6/v0.50.x/javascript-api/k6-metrics/rate/_index.md +++ b/docs/sources/k6/v0.50.x/javascript-api/k6-metrics/rate/_index.md @@ -7,7 +7,7 @@ weight: 72 # Rate -_Rate_ is an object for representing a custom metric keeping track of the percentage of added values that are non-zero. It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Rate_ is an object for representing a custom metric keeping track of the percentage of added values that are non-zero. It is one of the four [metric types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------ | ------------------------------ | diff --git a/docs/sources/k6/v0.50.x/javascript-api/k6-metrics/trend/_index.md b/docs/sources/k6/v0.50.x/javascript-api/k6-metrics/trend/_index.md index 08c7c59860..db8c0b6a10 100644 --- a/docs/sources/k6/v0.50.x/javascript-api/k6-metrics/trend/_index.md +++ b/docs/sources/k6/v0.50.x/javascript-api/k6-metrics/trend/_index.md @@ -7,7 +7,7 @@ weight: 73 # Trend -_Trend_ is an object for representing a custom metric that allows for calculating different statistics on the added values (min, max, average or percentiles). It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Trend_ is an object for representing a custom metric that allows for calculating different statistics on the added values (min, max, average or percentiles). It is one of the four [metrics types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------- | --------------------------------------------------------------------------------------------------- | diff --git a/docs/sources/k6/v0.51.x/javascript-api/k6-metrics/gauge/_index.md b/docs/sources/k6/v0.51.x/javascript-api/k6-metrics/gauge/_index.md index 5e38d0625f..1e46b86af9 100644 --- a/docs/sources/k6/v0.51.x/javascript-api/k6-metrics/gauge/_index.md +++ b/docs/sources/k6/v0.51.x/javascript-api/k6-metrics/gauge/_index.md @@ -6,7 +6,7 @@ weight: 71 # Gauge -_Gauge_ is an object for representing a custom metric holding only the latest value added. It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Gauge_ is an object for representing a custom metric holding only the latest value added. It is one of the four [metrics types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------- | --------------------------------------------------------------------------------------------------- | diff --git a/docs/sources/k6/v0.51.x/javascript-api/k6-metrics/rate/_index.md b/docs/sources/k6/v0.51.x/javascript-api/k6-metrics/rate/_index.md index d19199edcf..4cdfc4889a 100644 --- a/docs/sources/k6/v0.51.x/javascript-api/k6-metrics/rate/_index.md +++ b/docs/sources/k6/v0.51.x/javascript-api/k6-metrics/rate/_index.md @@ -7,7 +7,7 @@ weight: 72 # Rate -_Rate_ is an object for representing a custom metric keeping track of the percentage of added values that are non-zero. It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Rate_ is an object for representing a custom metric keeping track of the percentage of added values that are non-zero. It is one of the four [metric types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------ | ------------------------------ | diff --git a/docs/sources/k6/v0.51.x/javascript-api/k6-metrics/trend/_index.md b/docs/sources/k6/v0.51.x/javascript-api/k6-metrics/trend/_index.md index 08c7c59860..db8c0b6a10 100644 --- a/docs/sources/k6/v0.51.x/javascript-api/k6-metrics/trend/_index.md +++ b/docs/sources/k6/v0.51.x/javascript-api/k6-metrics/trend/_index.md @@ -7,7 +7,7 @@ weight: 73 # Trend -_Trend_ is an object for representing a custom metric that allows for calculating different statistics on the added values (min, max, average or percentiles). It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Trend_ is an object for representing a custom metric that allows for calculating different statistics on the added values (min, max, average or percentiles). It is one of the four [metrics types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------- | --------------------------------------------------------------------------------------------------- | diff --git a/docs/sources/k6/v0.52.x/javascript-api/k6-metrics/gauge/_index.md b/docs/sources/k6/v0.52.x/javascript-api/k6-metrics/gauge/_index.md index 5e38d0625f..1e46b86af9 100644 --- a/docs/sources/k6/v0.52.x/javascript-api/k6-metrics/gauge/_index.md +++ b/docs/sources/k6/v0.52.x/javascript-api/k6-metrics/gauge/_index.md @@ -6,7 +6,7 @@ weight: 71 # Gauge -_Gauge_ is an object for representing a custom metric holding only the latest value added. It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Gauge_ is an object for representing a custom metric holding only the latest value added. It is one of the four [metrics types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------- | --------------------------------------------------------------------------------------------------- | diff --git a/docs/sources/k6/v0.52.x/javascript-api/k6-metrics/rate/_index.md b/docs/sources/k6/v0.52.x/javascript-api/k6-metrics/rate/_index.md index d19199edcf..4cdfc4889a 100644 --- a/docs/sources/k6/v0.52.x/javascript-api/k6-metrics/rate/_index.md +++ b/docs/sources/k6/v0.52.x/javascript-api/k6-metrics/rate/_index.md @@ -7,7 +7,7 @@ weight: 72 # Rate -_Rate_ is an object for representing a custom metric keeping track of the percentage of added values that are non-zero. It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Rate_ is an object for representing a custom metric keeping track of the percentage of added values that are non-zero. It is one of the four [metric types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------ | ------------------------------ | diff --git a/docs/sources/k6/v0.52.x/javascript-api/k6-metrics/trend/_index.md b/docs/sources/k6/v0.52.x/javascript-api/k6-metrics/trend/_index.md index 08c7c59860..db8c0b6a10 100644 --- a/docs/sources/k6/v0.52.x/javascript-api/k6-metrics/trend/_index.md +++ b/docs/sources/k6/v0.52.x/javascript-api/k6-metrics/trend/_index.md @@ -7,7 +7,7 @@ weight: 73 # Trend -_Trend_ is an object for representing a custom metric that allows for calculating different statistics on the added values (min, max, average or percentiles). It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Trend_ is an object for representing a custom metric that allows for calculating different statistics on the added values (min, max, average or percentiles). It is one of the four [metrics types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------- | --------------------------------------------------------------------------------------------------- | diff --git a/docs/sources/k6/v0.53.x/javascript-api/k6-metrics/gauge/_index.md b/docs/sources/k6/v0.53.x/javascript-api/k6-metrics/gauge/_index.md index 5e38d0625f..1e46b86af9 100644 --- a/docs/sources/k6/v0.53.x/javascript-api/k6-metrics/gauge/_index.md +++ b/docs/sources/k6/v0.53.x/javascript-api/k6-metrics/gauge/_index.md @@ -6,7 +6,7 @@ weight: 71 # Gauge -_Gauge_ is an object for representing a custom metric holding only the latest value added. It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Gauge_ is an object for representing a custom metric holding only the latest value added. It is one of the four [metrics types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------- | --------------------------------------------------------------------------------------------------- | diff --git a/docs/sources/k6/v0.53.x/javascript-api/k6-metrics/rate/_index.md b/docs/sources/k6/v0.53.x/javascript-api/k6-metrics/rate/_index.md index d19199edcf..4cdfc4889a 100644 --- a/docs/sources/k6/v0.53.x/javascript-api/k6-metrics/rate/_index.md +++ b/docs/sources/k6/v0.53.x/javascript-api/k6-metrics/rate/_index.md @@ -7,7 +7,7 @@ weight: 72 # Rate -_Rate_ is an object for representing a custom metric keeping track of the percentage of added values that are non-zero. It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Rate_ is an object for representing a custom metric keeping track of the percentage of added values that are non-zero. It is one of the four [metric types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------ | ------------------------------ | diff --git a/docs/sources/k6/v0.53.x/javascript-api/k6-metrics/trend/_index.md b/docs/sources/k6/v0.53.x/javascript-api/k6-metrics/trend/_index.md index 08c7c59860..db8c0b6a10 100644 --- a/docs/sources/k6/v0.53.x/javascript-api/k6-metrics/trend/_index.md +++ b/docs/sources/k6/v0.53.x/javascript-api/k6-metrics/trend/_index.md @@ -7,7 +7,7 @@ weight: 73 # Trend -_Trend_ is an object for representing a custom metric that allows for calculating different statistics on the added values (min, max, average or percentiles). It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Trend_ is an object for representing a custom metric that allows for calculating different statistics on the added values (min, max, average or percentiles). It is one of the four [metrics types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------- | --------------------------------------------------------------------------------------------------- | diff --git a/docs/sources/k6/v0.54.x/javascript-api/k6-metrics/gauge/_index.md b/docs/sources/k6/v0.54.x/javascript-api/k6-metrics/gauge/_index.md index 5e38d0625f..1e46b86af9 100644 --- a/docs/sources/k6/v0.54.x/javascript-api/k6-metrics/gauge/_index.md +++ b/docs/sources/k6/v0.54.x/javascript-api/k6-metrics/gauge/_index.md @@ -6,7 +6,7 @@ weight: 71 # Gauge -_Gauge_ is an object for representing a custom metric holding only the latest value added. It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Gauge_ is an object for representing a custom metric holding only the latest value added. It is one of the four [metrics types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------- | --------------------------------------------------------------------------------------------------- | diff --git a/docs/sources/k6/v0.54.x/javascript-api/k6-metrics/rate/_index.md b/docs/sources/k6/v0.54.x/javascript-api/k6-metrics/rate/_index.md index d19199edcf..4cdfc4889a 100644 --- a/docs/sources/k6/v0.54.x/javascript-api/k6-metrics/rate/_index.md +++ b/docs/sources/k6/v0.54.x/javascript-api/k6-metrics/rate/_index.md @@ -7,7 +7,7 @@ weight: 72 # Rate -_Rate_ is an object for representing a custom metric keeping track of the percentage of added values that are non-zero. It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Rate_ is an object for representing a custom metric keeping track of the percentage of added values that are non-zero. It is one of the four [metric types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------ | ------------------------------ | diff --git a/docs/sources/k6/v0.54.x/javascript-api/k6-metrics/trend/_index.md b/docs/sources/k6/v0.54.x/javascript-api/k6-metrics/trend/_index.md index 08c7c59860..db8c0b6a10 100644 --- a/docs/sources/k6/v0.54.x/javascript-api/k6-metrics/trend/_index.md +++ b/docs/sources/k6/v0.54.x/javascript-api/k6-metrics/trend/_index.md @@ -7,7 +7,7 @@ weight: 73 # Trend -_Trend_ is an object for representing a custom metric that allows for calculating different statistics on the added values (min, max, average or percentiles). It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Trend_ is an object for representing a custom metric that allows for calculating different statistics on the added values (min, max, average or percentiles). It is one of the four [metrics types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------- | --------------------------------------------------------------------------------------------------- | diff --git a/docs/sources/k6/v0.55.x/javascript-api/k6-metrics/gauge/_index.md b/docs/sources/k6/v0.55.x/javascript-api/k6-metrics/gauge/_index.md index 5e38d0625f..1e46b86af9 100644 --- a/docs/sources/k6/v0.55.x/javascript-api/k6-metrics/gauge/_index.md +++ b/docs/sources/k6/v0.55.x/javascript-api/k6-metrics/gauge/_index.md @@ -6,7 +6,7 @@ weight: 71 # Gauge -_Gauge_ is an object for representing a custom metric holding only the latest value added. It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Gauge_ is an object for representing a custom metric holding only the latest value added. It is one of the four [metrics types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------- | --------------------------------------------------------------------------------------------------- | diff --git a/docs/sources/k6/v0.55.x/javascript-api/k6-metrics/rate/_index.md b/docs/sources/k6/v0.55.x/javascript-api/k6-metrics/rate/_index.md index d19199edcf..4cdfc4889a 100644 --- a/docs/sources/k6/v0.55.x/javascript-api/k6-metrics/rate/_index.md +++ b/docs/sources/k6/v0.55.x/javascript-api/k6-metrics/rate/_index.md @@ -7,7 +7,7 @@ weight: 72 # Rate -_Rate_ is an object for representing a custom metric keeping track of the percentage of added values that are non-zero. It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Rate_ is an object for representing a custom metric keeping track of the percentage of added values that are non-zero. It is one of the four [metric types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------ | ------------------------------ | diff --git a/docs/sources/k6/v0.55.x/javascript-api/k6-metrics/trend/_index.md b/docs/sources/k6/v0.55.x/javascript-api/k6-metrics/trend/_index.md index 08c7c59860..db8c0b6a10 100644 --- a/docs/sources/k6/v0.55.x/javascript-api/k6-metrics/trend/_index.md +++ b/docs/sources/k6/v0.55.x/javascript-api/k6-metrics/trend/_index.md @@ -7,7 +7,7 @@ weight: 73 # Trend -_Trend_ is an object for representing a custom metric that allows for calculating different statistics on the added values (min, max, average or percentiles). It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Trend_ is an object for representing a custom metric that allows for calculating different statistics on the added values (min, max, average or percentiles). It is one of the four [metrics types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------- | --------------------------------------------------------------------------------------------------- | diff --git a/docs/sources/k6/v0.56.x/javascript-api/k6-metrics/gauge/_index.md b/docs/sources/k6/v0.56.x/javascript-api/k6-metrics/gauge/_index.md index 5e38d0625f..1e46b86af9 100644 --- a/docs/sources/k6/v0.56.x/javascript-api/k6-metrics/gauge/_index.md +++ b/docs/sources/k6/v0.56.x/javascript-api/k6-metrics/gauge/_index.md @@ -6,7 +6,7 @@ weight: 71 # Gauge -_Gauge_ is an object for representing a custom metric holding only the latest value added. It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Gauge_ is an object for representing a custom metric holding only the latest value added. It is one of the four [metrics types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------- | --------------------------------------------------------------------------------------------------- | diff --git a/docs/sources/k6/v0.56.x/javascript-api/k6-metrics/rate/_index.md b/docs/sources/k6/v0.56.x/javascript-api/k6-metrics/rate/_index.md index d19199edcf..4cdfc4889a 100644 --- a/docs/sources/k6/v0.56.x/javascript-api/k6-metrics/rate/_index.md +++ b/docs/sources/k6/v0.56.x/javascript-api/k6-metrics/rate/_index.md @@ -7,7 +7,7 @@ weight: 72 # Rate -_Rate_ is an object for representing a custom metric keeping track of the percentage of added values that are non-zero. It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Rate_ is an object for representing a custom metric keeping track of the percentage of added values that are non-zero. It is one of the four [metric types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------ | ------------------------------ | diff --git a/docs/sources/k6/v0.56.x/javascript-api/k6-metrics/trend/_index.md b/docs/sources/k6/v0.56.x/javascript-api/k6-metrics/trend/_index.md index 08c7c59860..db8c0b6a10 100644 --- a/docs/sources/k6/v0.56.x/javascript-api/k6-metrics/trend/_index.md +++ b/docs/sources/k6/v0.56.x/javascript-api/k6-metrics/trend/_index.md @@ -7,7 +7,7 @@ weight: 73 # Trend -_Trend_ is an object for representing a custom metric that allows for calculating different statistics on the added values (min, max, average or percentiles). It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Trend_ is an object for representing a custom metric that allows for calculating different statistics on the added values (min, max, average or percentiles). It is one of the four [metrics types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------- | --------------------------------------------------------------------------------------------------- | diff --git a/docs/sources/k6/v0.57.x/javascript-api/k6-metrics/gauge/_index.md b/docs/sources/k6/v0.57.x/javascript-api/k6-metrics/gauge/_index.md index 6b619795cc..70e577b3d3 100644 --- a/docs/sources/k6/v0.57.x/javascript-api/k6-metrics/gauge/_index.md +++ b/docs/sources/k6/v0.57.x/javascript-api/k6-metrics/gauge/_index.md @@ -6,7 +6,7 @@ weight: 71 # Gauge -_Gauge_ is an object for representing a custom metric holding only the latest value added. It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Gauge_ is an object for representing a custom metric holding only the latest value added. It is one of the four [metrics types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------- | --------------------------------------------------------------------------------------------------- | diff --git a/docs/sources/k6/v0.57.x/javascript-api/k6-metrics/rate/_index.md b/docs/sources/k6/v0.57.x/javascript-api/k6-metrics/rate/_index.md index 555e4766e7..ad7a632a47 100644 --- a/docs/sources/k6/v0.57.x/javascript-api/k6-metrics/rate/_index.md +++ b/docs/sources/k6/v0.57.x/javascript-api/k6-metrics/rate/_index.md @@ -7,7 +7,7 @@ weight: 72 # Rate -_Rate_ is an object for representing a custom metric keeping track of the percentage of added values that are non-zero. It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Rate_ is an object for representing a custom metric keeping track of the percentage of added values that are non-zero. It is one of the four [metric types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------ | ------------------------------ | diff --git a/docs/sources/k6/v0.57.x/javascript-api/k6-metrics/trend/_index.md b/docs/sources/k6/v0.57.x/javascript-api/k6-metrics/trend/_index.md index d14ef18c2c..6d1ef86fd7 100644 --- a/docs/sources/k6/v0.57.x/javascript-api/k6-metrics/trend/_index.md +++ b/docs/sources/k6/v0.57.x/javascript-api/k6-metrics/trend/_index.md @@ -7,7 +7,7 @@ weight: 73 # Trend -_Trend_ is an object for representing a custom metric that allows for calculating different statistics on the added values (min, max, average or percentiles). It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Trend_ is an object for representing a custom metric that allows for calculating different statistics on the added values (min, max, average or percentiles). It is one of the four [metrics types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------- | --------------------------------------------------------------------------------------------------- | diff --git a/docs/sources/k6/v1.0.x/javascript-api/k6-metrics/gauge/_index.md b/docs/sources/k6/v1.0.x/javascript-api/k6-metrics/gauge/_index.md index 6b619795cc..70e577b3d3 100644 --- a/docs/sources/k6/v1.0.x/javascript-api/k6-metrics/gauge/_index.md +++ b/docs/sources/k6/v1.0.x/javascript-api/k6-metrics/gauge/_index.md @@ -6,7 +6,7 @@ weight: 71 # Gauge -_Gauge_ is an object for representing a custom metric holding only the latest value added. It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Gauge_ is an object for representing a custom metric holding only the latest value added. It is one of the four [metrics types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------- | --------------------------------------------------------------------------------------------------- | diff --git a/docs/sources/k6/v1.0.x/javascript-api/k6-metrics/rate/_index.md b/docs/sources/k6/v1.0.x/javascript-api/k6-metrics/rate/_index.md index 555e4766e7..ad7a632a47 100644 --- a/docs/sources/k6/v1.0.x/javascript-api/k6-metrics/rate/_index.md +++ b/docs/sources/k6/v1.0.x/javascript-api/k6-metrics/rate/_index.md @@ -7,7 +7,7 @@ weight: 72 # Rate -_Rate_ is an object for representing a custom metric keeping track of the percentage of added values that are non-zero. It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Rate_ is an object for representing a custom metric keeping track of the percentage of added values that are non-zero. It is one of the four [metric types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------ | ------------------------------ | diff --git a/docs/sources/k6/v1.0.x/javascript-api/k6-metrics/trend/_index.md b/docs/sources/k6/v1.0.x/javascript-api/k6-metrics/trend/_index.md index d14ef18c2c..6d1ef86fd7 100644 --- a/docs/sources/k6/v1.0.x/javascript-api/k6-metrics/trend/_index.md +++ b/docs/sources/k6/v1.0.x/javascript-api/k6-metrics/trend/_index.md @@ -7,7 +7,7 @@ weight: 73 # Trend -_Trend_ is an object for representing a custom metric that allows for calculating different statistics on the added values (min, max, average or percentiles). It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Trend_ is an object for representing a custom metric that allows for calculating different statistics on the added values (min, max, average or percentiles). It is one of the four [metrics types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------- | --------------------------------------------------------------------------------------------------- | diff --git a/docs/sources/k6/v1.1.x/javascript-api/k6-metrics/gauge/_index.md b/docs/sources/k6/v1.1.x/javascript-api/k6-metrics/gauge/_index.md index 6b619795cc..70e577b3d3 100644 --- a/docs/sources/k6/v1.1.x/javascript-api/k6-metrics/gauge/_index.md +++ b/docs/sources/k6/v1.1.x/javascript-api/k6-metrics/gauge/_index.md @@ -6,7 +6,7 @@ weight: 71 # Gauge -_Gauge_ is an object for representing a custom metric holding only the latest value added. It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Gauge_ is an object for representing a custom metric holding only the latest value added. It is one of the four [metrics types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------- | --------------------------------------------------------------------------------------------------- | diff --git a/docs/sources/k6/v1.1.x/javascript-api/k6-metrics/rate/_index.md b/docs/sources/k6/v1.1.x/javascript-api/k6-metrics/rate/_index.md index 555e4766e7..ad7a632a47 100644 --- a/docs/sources/k6/v1.1.x/javascript-api/k6-metrics/rate/_index.md +++ b/docs/sources/k6/v1.1.x/javascript-api/k6-metrics/rate/_index.md @@ -7,7 +7,7 @@ weight: 72 # Rate -_Rate_ is an object for representing a custom metric keeping track of the percentage of added values that are non-zero. It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Rate_ is an object for representing a custom metric keeping track of the percentage of added values that are non-zero. It is one of the four [metric types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------ | ------------------------------ | diff --git a/docs/sources/k6/v1.1.x/javascript-api/k6-metrics/trend/_index.md b/docs/sources/k6/v1.1.x/javascript-api/k6-metrics/trend/_index.md index d14ef18c2c..6d1ef86fd7 100644 --- a/docs/sources/k6/v1.1.x/javascript-api/k6-metrics/trend/_index.md +++ b/docs/sources/k6/v1.1.x/javascript-api/k6-metrics/trend/_index.md @@ -7,7 +7,7 @@ weight: 73 # Trend -_Trend_ is an object for representing a custom metric that allows for calculating different statistics on the added values (min, max, average or percentiles). It is one of the four [custom metrics](https://grafana.com/docs/k6//javascript-api/k6-metrics). +_Trend_ is an object for representing a custom metric that allows for calculating different statistics on the added values (min, max, average or percentiles). It is one of the four [metrics types](https://grafana.com/docs/k6//javascript-api/k6-metrics). | Parameter | Type | Description | | --------- | ------- | --------------------------------------------------------------------------------------------------- |