Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/en/llm_observability/instrumentation/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ aliases:

The LLM Observability API provides an interface for developers to send LLM-related traces and spans to Datadog. If your application is written in Python or Node.js, you can use the [LLM Observability SDKs][1].

The API accepts spans with timestamps no more than 24 hours old, allowing limited backfill of delayed data.

## Spans API

Use this endpoint to send spans to Datadog. For details on the available kinds of spans, see [Span Kinds][2].
Expand Down
Loading