StartSpanOptions interface
Options accepted by TracingPlugin#startSpan().
Signature:
export interface StartSpanOptions
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
any |
(Optional) Span to parent the new one to. Pass | ||
|
string |
(Optional) Datadog span kind, | ||
|
Record<string, any> |
(Optional) String tags for the span. | ||
|
Record<string, number> |
(Optional) Numeric measurements for the span. | ||
|
string |
(Optional) What the span operated on — the field Datadog groups by. | ||
|
string |
(Optional) Service the span is attributed to. | ||
|
string |
(Optional) Span type, e.g. |
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.