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 *view.Data)

ExportView logs the view data.

Source Files

exporter.go

Version
v0.3.0
Published
Feb 12, 2018
Platform
darwin/amd64
Imports
3 packages
Last checked
2 hours ago

Tools for package owners.