...

Package tracetransform

import "go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/tracetransform"
Overview
Index

Overview ▾

func InstrumentationScope

func InstrumentationScope(il instrumentation.Scope) *commonpb.InstrumentationScope

func Iterator

func Iterator(iter attribute.Iterator) []*commonpb.KeyValue

Iterator transforms an attribute iterator into OTLP key-values.

func KeyValue

func KeyValue(kv attribute.KeyValue) *commonpb.KeyValue

KeyValue transforms an attribute KeyValue into an OTLP key-value.

func KeyValues

func KeyValues(attrs []attribute.KeyValue) []*commonpb.KeyValue

KeyValues transforms a slice of attribute KeyValues into OTLP key-values.

func Resource

func Resource(r *resource.Resource) *resourcepb.Resource

Resource transforms a Resource into an OTLP Resource.

func ResourceAttributes

func ResourceAttributes(res *resource.Resource) []*commonpb.KeyValue

ResourceAttributes transforms a Resource OTLP key-values.

func Spans

func Spans(sdl []tracesdk.ReadOnlySpan) []*tracepb.ResourceSpans

Spans transforms a slice of OpenTelemetry spans into a slice of OTLP ResourceSpans.

func Value

func Value(v attribute.Value) *commonpb.AnyValue

Value transforms an attribute Value into an OTLP AnyValue.