Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StatsLogExporter ¶
type StatsLogExporter struct{}
StatsLogExporter is a stats exporter that logs the exported data to the console.
func (*StatsLogExporter) Export ¶
func (e *StatsLogExporter) Export(vd *stats.ViewData)
Export logs the view data.
type TraceLogExporter ¶
type TraceLogExporter struct{}
TraceLogExporter is a trace exporter that logs the exported data to the console.
func (*TraceLogExporter) Export ¶
func (e *TraceLogExporter) Export(vd *trace.SpanData)
Export logs the trace span.
Click to show internal directories.
Click to hide internal directories.