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