Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified .husky/pre-commit
100755 → 100644
Empty file.
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
title: 'Counter'
description: 'Counter is an object for representing a custom cumulative counter metric. It is one of the four custom metric types.'
weight: 70
description: 'Counter is an object for representing a custom cumulative counter metric.'
weight: 70
---

# Counter

_Counter_ is an object for representing a custom cumulative counter metric. It is one of the four custom metric types.
_Counter_ is an object for representing a custom cumulative counter metric. It's one of the four [metric types](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-metrics).

| Parameter | Type | Description |
| --------- | ------ | ------------------------------ |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/<K6_VERSION>/javascript-api/k6-metrics).
_Gauge_ is an object for representing a custom metric holding only the latest value added. It's one of the four [metric types](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-metrics).

| Parameter | Type | Description |
| --------- | ------- | --------------------------------------------------------------------------------------------------- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: 'Rate'
description: 'Rate is an object for representing a custom metric keeping track of the percentage of added values that are non-zero.'
weight: 72
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/<K6_VERSION>/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's one of the four [metric types](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-metrics).

| Parameter | Type | Description |
| --------- | ------ | ------------------------------ |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: 'Trend'
description: 'Trend is an object for representing a custom metric that allows for calculating different statistics on the added values (min, max, average or percentiles)'
weight: 73
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/<K6_VERSION>/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's one of the four [metric types](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-metrics).

| Parameter | Type | Description |
| --------- | ------- | --------------------------------------------------------------------------------------------------- |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
title: 'Counter'
description: 'Counter is an object for representing a custom cumulative counter metric. It is one of the four custom metric types.'
weight: 70
description: 'Counter is an object for representing a custom cumulative counter metric.'
weight: 70
---

# Counter

_Counter_ is an object for representing a custom cumulative counter metric. It is one of the four custom metric types.
_Counter_ is an object for representing a custom cumulative counter metric. It's one of the four [metric types](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-metrics).

| Parameter | Type | Description |
| --------- | ------ | ------------------------------ |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/<K6_VERSION>/javascript-api/k6-metrics).
_Gauge_ is an object for representing a custom metric holding only the latest value added. It's one of the four [metric types](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-metrics).

| Parameter | Type | Description |
| --------- | ------- | --------------------------------------------------------------------------------------------------- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: 'Rate'
description: 'Rate is an object for representing a custom metric keeping track of the percentage of added values that are non-zero.'
weight: 72
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/<K6_VERSION>/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's one of the four [metric types](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-metrics).

| Parameter | Type | Description |
| --------- | ------ | ------------------------------ |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: 'Trend'
description: 'Trend is an object for representing a custom metric that allows for calculating different statistics on the added values (min, max, average or percentiles)'
weight: 73
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/<K6_VERSION>/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's one of the four [metric types](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-metrics).

| Parameter | Type | Description |
| --------- | ------- | --------------------------------------------------------------------------------------------------- |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
title: 'Counter'
description: 'Counter is an object for representing a custom cumulative counter metric. It is one of the four custom metric types.'
weight: 70
description: 'Counter is an object for representing a custom cumulative counter metric.'
weight: 70
---

# Counter

_Counter_ is an object for representing a custom cumulative counter metric. It is one of the four custom metric types.
_Counter_ is an object for representing a custom cumulative counter metric. It's one of the four [metric types](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-metrics).

| Parameter | Type | Description |
| --------- | ------ | ------------------------------ |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/<K6_VERSION>/javascript-api/k6-metrics).
_Gauge_ is an object for representing a custom metric holding only the latest value added. It's one of the four [metric types](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-metrics).

| Parameter | Type | Description |
| --------- | ------- | --------------------------------------------------------------------------------------------------- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: 'Rate'
description: 'Rate is an object for representing a custom metric keeping track of the percentage of added values that are non-zero.'
weight: 72
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/<K6_VERSION>/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's one of the four [metric types](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-metrics).

| Parameter | Type | Description |
| --------- | ------ | ------------------------------ |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: 'Trend'
description: 'Trend is an object for representing a custom metric that allows for calculating different statistics on the added values (min, max, average or percentiles)'
weight: 73
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/<K6_VERSION>/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's one of the four [metric types](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-metrics).

| Parameter | Type | Description |
| --------- | ------- | --------------------------------------------------------------------------------------------------- |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
title: 'Counter'
description: 'Counter is an object for representing a custom cumulative counter metric. It is one of the four custom metric types.'
weight: 70
description: 'Counter is an object for representing a custom cumulative counter metric.'
weight: 70
---

# Counter

_Counter_ is an object for representing a custom cumulative counter metric. It is one of the four custom metric types.
_Counter_ is an object for representing a custom cumulative counter metric. It's one of the four [metric types](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-metrics).

| Parameter | Type | Description |
| --------- | ------ | ------------------------------ |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/<K6_VERSION>/javascript-api/k6-metrics).
_Gauge_ is an object for representing a custom metric holding only the latest value added. It's one of the four [metric types](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-metrics).

| Parameter | Type | Description |
| --------- | ------- | --------------------------------------------------------------------------------------------------- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: 'Rate'
description: 'Rate is an object for representing a custom metric keeping track of the percentage of added values that are non-zero.'
weight: 72
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/<K6_VERSION>/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's one of the four [metric types](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-metrics).

| Parameter | Type | Description |
| --------- | ------ | ------------------------------ |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: 'Trend'
description: 'Trend is an object for representing a custom metric that allows for calculating different statistics on the added values (min, max, average or percentiles)'
weight: 73
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/<K6_VERSION>/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's one of the four [metric types](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-metrics).

| Parameter | Type | Description |
| --------- | ------- | --------------------------------------------------------------------------------------------------- |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
title: 'Counter'
description: 'Counter is an object for representing a custom cumulative counter metric. It is one of the four custom metric types.'
weight: 70
description: 'Counter is an object for representing a custom cumulative counter metric.'
weight: 70
---

# Counter

_Counter_ is an object for representing a custom cumulative counter metric. It is one of the four custom metric types.
_Counter_ is an object for representing a custom cumulative counter metric. It's one of the four [metric types](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-metrics).

| Parameter | Type | Description |
| --------- | ------ | ------------------------------ |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/<K6_VERSION>/javascript-api/k6-metrics).
_Gauge_ is an object for representing a custom metric holding only the latest value added. It's one of the four [metric types](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-metrics).

| Parameter | Type | Description |
| --------- | ------- | --------------------------------------------------------------------------------------------------- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: 'Rate'
description: 'Rate is an object for representing a custom metric keeping track of the percentage of added values that are non-zero.'
weight: 72
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/<K6_VERSION>/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's one of the four [metric types](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-metrics).

| Parameter | Type | Description |
| --------- | ------ | ------------------------------ |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: 'Trend'
description: 'Trend is an object for representing a custom metric that allows for calculating different statistics on the added values (min, max, average or percentiles)'
weight: 73
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/<K6_VERSION>/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's one of the four [metric types](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-metrics).

| Parameter | Type | Description |
| --------- | ------- | --------------------------------------------------------------------------------------------------- |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
title: 'Counter'
description: 'Counter is an object for representing a custom cumulative counter metric. It is one of the four custom metric types.'
weight: 70
description: 'Counter is an object for representing a custom cumulative counter metric.'
weight: 70
---

# Counter

_Counter_ is an object for representing a custom cumulative counter metric. It is one of the four custom metric types.
_Counter_ is an object for representing a custom cumulative counter metric. It's one of the four [metric types](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-metrics).

| Parameter | Type | Description |
| --------- | ------ | ------------------------------ |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/<K6_VERSION>/javascript-api/k6-metrics).
_Gauge_ is an object for representing a custom metric holding only the latest value added. It's one of the four [metric types](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-metrics).

| Parameter | Type | Description |
| --------- | ------- | --------------------------------------------------------------------------------------------------- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: 'Rate'
description: 'Rate is an object for representing a custom metric keeping track of the percentage of added values that are non-zero.'
weight: 72
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/<K6_VERSION>/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's one of the four [metric types](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-metrics).

| Parameter | Type | Description |
| --------- | ------ | ------------------------------ |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: 'Trend'
description: 'Trend is an object for representing a custom metric that allows for calculating different statistics on the added values (min, max, average or percentiles)'
weight: 73
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/<K6_VERSION>/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's one of the four [metric types](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-metrics).

| Parameter | Type | Description |
| --------- | ------- | --------------------------------------------------------------------------------------------------- |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
title: 'Counter'
description: 'Counter is an object for representing a custom cumulative counter metric. It is one of the four custom metric types.'
weight: 70
description: 'Counter is an object for representing a custom cumulative counter metric.'
weight: 70
---

# Counter

_Counter_ is an object for representing a custom cumulative counter metric. It is one of the four custom metric types.
_Counter_ is an object for representing a custom cumulative counter metric. It's one of the four [metric types](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-metrics).

| Parameter | Type | Description |
| --------- | ------ | ------------------------------ |
Expand Down
Loading
Loading