Menu
Grafana k6 JavaScript API k6/metrics Trend Trend.add(value, [tags])
Open source

Trend.add(value, [tags])

Add a value to the Trend metric.

ParameterTypeDescription
valuenumberThe value to add to the trend metric.
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).

Trend examples