Versions in this module Expand all Collapse all v0 v0.1.0 Jun 23, 2023 Changes in this version + var ErrInvalidPlugin = errors.New("invalid plugin") + type Extension struct + func New(params k6output.Params) (*Extension, error) + func (ext *Extension) AddMetricSamples(samples []metrics.SampleContainer) + func (ext *Extension) Description() string + func (ext *Extension) SetThresholds(thresholds map[string]metrics.Thresholds) + func (ext *Extension) Start() error + func (ext *Extension) Stop() error