TracerType

PackageAxial.Telemetry.JavaScript
The subset of the OpenTelemetry JS `Tracer` interface this package calls.

Specification

Kind
Type
Members
1
Examples
0
startSpanSignature
this.startSpan (name, options, context)

Summary

NameSignatureSynopsis
startSpanthis.startSpan (name, options, context)Starts a span with explicit options and parent context.

startSpan

this.startSpan (name, options, context)
Member
Starts a span with explicit options and parent context. Options may be an empty object.

Parameters

NameTypeDescription
namestring
optionsobj
contextOtelContext

Returns

Span