No results for

Powered byAlgolia
⚠️ This is the archived documentation for k6 v0.47. Go to the latest version.

Gauge.add(value, [tags])

Set the value of the Gauge metric.

ParameterTypeDescription
valuenumberThe value to set the gauge to.
tagsobjectSet of tags that will be tagged to the added data point (note that tags are added per data point and not for the entire metric).

Gauge examples