| 5382 | readonly spanId: string; |
| 5383 | } |
| 5384 | interface Attribute { |
| 5385 | readonly type: "attribute"; |
| 5386 | readonly name: string; |
| 5387 | readonly value: string | string[] | boolean | boolean[] | number | number[]; |
| 5388 | } |
| 5389 | type Mark = DiagnosticChannelEvent | Exception | Log | Return | Link | Attribute[]; |
| 5390 | interface TailEvent { |
| 5391 | readonly traceId: string; |
nothing calls this directly
no outgoing calls
no test coverage detected