Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnimplementedAgg = errors.New("unimplemented aggregation")
ErrUnimplementedAgg is returned when a transformation of an unimplemented aggregation is attempted.
Functions ¶
func Record ¶
Record transforms an OpenTelemetry Record into a Metric.
An ErrUnimplementedAgg error is returned for unimplemented Aggregations.
func Span ¶
func Span(service string, span *trace.SpanSnapshot) telemetry.Span
Span transforms an OpenTelemetry SpanData into a New Relic Span for a unique service.
https://godoc.org/github.com/newrelic/newrelic-telemetry-sdk-go/telemetry#Span https://godoc.org/go.opentelemetry.io/otel/sdk/export/trace#SpanData
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.