trace

package
v1.13.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 3, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Exporter

type Exporter struct {
	Buffer *string
	// contains filtered or unexported fields
}

Exporter is an OpenTelemetry string exporter.

func NewStringExporter

func NewStringExporter(buffer *string, logger logger.Logger) *Exporter

NewStringExporter returns a new string exporter instance.

It is very useful in testing scenario where we want to validate trace propagation.

func (*Exporter) ExportSpans added in v1.9.0

func (se *Exporter) ExportSpans(ctx context.Context, spans []sdktrace.ReadOnlySpan) error

ExportSpan exports span content to the buffer.

func (*Exporter) Register

func (se *Exporter) Register(daprID string)

Register creates a new string exporter endpoint and reporter.

func (*Exporter) Shutdown added in v1.9.0

func (se *Exporter) Shutdown(ctx context.Context) error

ExportSpan exports span content to the buffer.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL