Skip to content

1.40.0

Choose a tag to compare

@wconti27 wconti27 released this 05 Feb 15:43
· 35 commits to master since this release
98edc1c

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.