m3aggregator

package
v0.0.0-...-9649366 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 21, 2019 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewReporter

func NewReporter(
	matcher matcher.Matcher,
	client client.Client,
	opts ReporterOptions,
) creporter.Reporter

NewReporter creates a new reporter.

Types

type ReporterOptions

type ReporterOptions interface {
	// SetClockOptions sets the clock options.
	SetClockOptions(value clock.Options) ReporterOptions

	// ClockOptions returns the clock options.
	ClockOptions() clock.Options

	// SetInstrumentOptions sets the instrument options.
	SetInstrumentOptions(value instrument.Options) ReporterOptions

	// InstrumentOptions returns the instrument options.
	InstrumentOptions() instrument.Options
}

ReporterOptions provide a set of options for the reporter.

func NewReporterOptions

func NewReporterOptions() ReporterOptions

NewReporterOptions creates a new set of options.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL