Skip to content

Commit e1918cb

Browse files
XG-xinalexbarksdaleburaizu
authored
Document LLM data API timestamp limit (#30657)
* Update timestamp limit We check if the timestamp on the submitted LLM traces and spans is within the last 24 hours for the API to ingest them. * Update content/en/llm_observability/instrumentation/api.md Co-authored-by: Alex Barksdale <[email protected]> * Update content/en/llm_observability/instrumentation/api.md Co-authored-by: Bryce Eadie <[email protected]> --------- Co-authored-by: Alex Barksdale <[email protected]> Co-authored-by: Bryce Eadie <[email protected]>
1 parent 5087fb2 commit e1918cb

File tree

1 file changed

+2
-0
lines changed
  • content/en/llm_observability/instrumentation

1 file changed

+2
-0
lines changed

content/en/llm_observability/instrumentation/api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ aliases:
1010

1111
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].
1212

13+
The API accepts spans with timestamps no more than 24 hours old, allowing limited backfill of delayed data.
14+
1315
## Spans API
1416

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

0 commit comments

Comments
 (0)