You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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]>
Copy file name to clipboardExpand all lines: content/en/llm_observability/instrumentation/api.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ aliases:
10
10
11
11
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].
12
12
13
+
The API accepts spans with timestamps no more than 24 hours old, allowing limited backfill of delayed data.
14
+
13
15
## Spans API
14
16
15
17
Use this endpoint to send spans to Datadog. For details on the available kinds of spans, see [Span Kinds][2].
0 commit comments