OptionalclientAn instance of the Phoenix client. If not provided, the client will be created using the default configuration.
Call a DELETE endpoint
Call a GET endpoint
Get the Phoenix server version, returning a cached value if available.
The version is first populated from the x-phoenix-server-version
response header on any API call. If no version has been seen yet,
this method fetches GET /arize_phoenix_version to populate the cache.
Call a HEAD endpoint
Call a OPTIONS endpoint
Call a PATCH endpoint
Call a POST endpoint
Call a PUT endpoint
Call a TRACE endpoint
Unregister middleware
Register middleware
The project to log spans into
The spans to log
Optionalattributes?: { [key: string]: unknown }Attributes
Span Id
Trace Id
End Time Format: date-time
Optionalevents?: { attributes?: { [key: string]: unknown }; name: string; timestamp: string }[]Events
Optionalid?: stringId
Name
Optionalparent_id?: string | nullParent Id
Span Kind
Start Time Format: date-time
Status Code
Optionalstatus_message?: stringStatus Message
Parameters to log spans to a project