Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBlackholeMetricSink ¶
func NewBlackholeMetricSink() (*blackholeMetricSink, error)
NewBlackholeMetricSink creates a new blackholeMetricSink. This sink does nothing at flush time, effectively "black holing" any metrics that are flushed. It is useful for tests that do not require any inspect of flushed metrics.
func NewBlackholeSpanSink ¶
func NewBlackholeSpanSink() (*blackholeSpanSink, error)
NewBlackholeSpanSink creates a new blackholeSpanSink. This sink does nothing at flush time, effectively "black holing" any spans that are flushed. It is useful for tests that do not require any inspect of flushed spans.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.