ApiSchemas
SpanStatus
One shape from the contract, as it appears on the wire.
Used by traces.forSession
Referenced from Span
JSON Schema
{
"type": "string",
"enum": [
"ok",
"error"
]
}One shape from the contract, as it appears on the wire.
Used by traces.forSession
Referenced from Span
{
"type": "string",
"enum": [
"ok",
"error"
]
}