Tracing to Athina can be done via simple API requests.
span_type: "generation"
.
Traces without any generation spans will be stored but won’t appear in the UI currently.https://api.athina.ai
for all the following endpoints.
/api/v1/trace/
POST
id
./api/v1/trace/{trace_id}
GET
/api/v1/trace/{trace_id}
PUT
/api/v1/trace/{trace_id}/spans
POST
/api/v1/trace/{trace_id}/spans/{span_id}
GET
/api/v1/trace/{trace_id}/spans/{span_id}
PUT