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

package exporter

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

Index

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.

Source Files

exporter.go

Version
v0.1.0
Published
Dec 15, 2017
Platform
js/wasm
Imports
3 packages
Last checked
4 hours ago

Tools for package owners.