Interface: SpanOptions
@arolariu/website / instrumentation.server / SpanOptions
Interface: SpanOptions
Defined in: instrumentation.server.ts:346
Span creation options with type-safe attributes.
Properties
name
name:
SpanOperationType
Defined in: instrumentation.server.ts:350
Span name following semantic conventions
attributes?
optionalattributes?:TelemetryAttributes
Defined in: instrumentation.server.ts:355
Attributes to set on span creation
kind?
optionalkind?:"server"|"client"|"internal"|"producer"|"consumer"
Defined in: instrumentation.server.ts:360
Span kind (defaults to INTERNAL)
// was this page useful?