TracerType
PackageAxial.Telemetry.JavaScript
The subset of the OpenTelemetry JS `Tracer` interface this package calls.
Specification
startSpanSignature
this.startSpan (name, options, context)
Summary
| Name | Signature | Synopsis |
|---|
| startSpan | this.startSpan (name, options, context) | Starts a span with explicit options and parent context. |
this.startSpan (name, options, context)
Member
Starts a span with explicit options and parent context. Options may be an empty object.
Parameters
| Name | Type | Description |
|---|
| name | string | |
| options | obj | |
| context | OtelContext | |