# Functions
GetConsolidatedConfig combines the options' values from the different sources and returns the merged options.
MapSeries converts a k6 time series into the equivalent set of Labels (name+tags) as expected from the Prometheus' data model.
MapTagSet converts a k6 tag set into the equivalent set of Labels as expected from the Prometheus' data model.
New creates a new Output instance.
NewConfig creates an Output's configuration.
# Type aliases
TrendStatsResolver is a map of trend stats name and their relative resolver function.