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