go.opencensus.iogo.opencensus.io/examples/grpc/exporter Index | Files

package exporter

import "go.opencensus.io/examples/grpc/exporter"

Index

Types

type Exporter

type Exporter struct{}

Exporter is a stats and trace exporter that logs the exported data to the console.

func (*Exporter) ExportSpan

func (e *Exporter) ExportSpan(vd *trace.SpanData)

ExportSpan logs the trace span.

func (*Exporter) ExportView

func (e *Exporter) ExportView(vd *stats.ViewData)

ExportView logs the view data.

Source Files

exporter.go

Version
v0.2.0
Published
Jan 30, 2018
Platform
js/wasm
Imports
3 packages
Last checked
4 hours ago

Tools for package owners.