Documentation ¶
Overview ¶
Package ssfmetrics provides sinks that are used by veneur internally.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DerivedMetricsSink ¶
type DerivedMetricsSink interface { sinks.SpanSink samplers.DerivedMetricsProcessor }
DerivedMetricsSink composes the functionality of a SpanSink and DerivedMetricsProcessor
func NewMetricExtractionSink ¶
func NewMetricExtractionSink(mw []Processor, timerName string, cl *trace.Client, log *logrus.Logger) (DerivedMetricsSink, error)
NewMetricExtractionSink sets up and creates a span sink that extracts metrics ("samples") from SSF spans and reports them to a veneur's metrics workers.
Click to show internal directories.
Click to hide internal directories.