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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New Features
Forwards LLM Observability span events to Datadog by default. Uses either the configured --agent-url or the --dd-site and --dd-api-key command-line arguments. This can be disabled by setting the DISABLE_LLMOBS_DATA_FORWARDING environment variable or --disable-llmobs-data-forwarding command-line argument to true.
Add LLM Observability Event Platform API endpoints for local development. Supports span querying, filtering, trace retrieval, and facet endpoints to enable the Datadog UI to display locally collected LLMObs spans.
LLM Observability: Add filter query support to facet_info and facet_range_info endpoints. Facet values and ranges can now be computed from filtered spans using the search.query parameter.