package exporter
import "go.opencensus.io/examples/exporter"
Index ¶
Types ¶
type PrintExporter ¶
type PrintExporter struct{}
PrintExporter is a stats and trace exporter that logs the exported data to the console.
The intent is help new users familiarize themselves with the capabilities of opencensus.
This should NOT be used for production workloads.
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.
Source Files ¶
exporter.go
- Version
- v0.20.1-alpha
- Published
- Apr 8, 2019
- Platform
- js/wasm
- Imports
- 6 packages
- Last checked
- 4 hours ago –
Tools for package owners.