OtelStatus¶
This docs was updated at: 2026-02-23
com.paragon.telemetry.otel.OtelStatus ยท Record
OpenTelemetry span status. Indicates whether the span completed successfully, with errors, or unset.
Fields¶
STATUS_CODE_UNSET¶
Status codes as per OpenTelemetry spec.
Methods¶
unset¶
Creates an unset status (default).
ok¶
Creates an OK status indicating successful completion.
error¶
Creates an error status with a message.