Signature
True if the span was updated successfully, False otherwise.
Parameters
| Parameter | Type | Description |
|---|---|---|
respan_params | Dict | RespanParams | Respan-specific parameters: customer_identifier, customer_email, customer_name, trace_group_identifier, metadata. |
attributes | Dict | Custom OpenTelemetry span attributes. |
status | Status | StatusCode | Span status (StatusCode.OK, StatusCode.ERROR, etc.). |
status_description | str | Human-readable status description. |
name | str | Override the span display name. |
Respan params
| Key | Type | Description |
|---|---|---|
customer_identifier | str | User or customer identifier. Appears in the Respan dashboard for filtering. |
customer_email | str | Customer email address. |
customer_name | str | Customer display name. |
trace_group_identifier | str | Group related traces together (e.g., by experiment, session, or pipeline). |
metadata | Dict | Custom key-value pairs for analytics and filtering. |