k6/metrics

Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.

Open source RSS

k6/metrics

The k6/metrics module provides functionality to create custom metrics of various types.

Metric typeDescription
CounterA metric that cumulatively sums added values.
GaugeA metric that stores the min, max and last values added to it.
RateA metric that tracks the percentage of added values that are non-zero.
TrendA metric that calculates statistics on the added values (min, max, average, and percentiles).