# 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.

# Structs

Config contains the configuration for the Output.
Output is a k6 output that sends metrics to a Prometheus remote write endpoint.

# Type aliases

TrendStatsResolver is a map of trend stats name and their relative resolver function.