Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 6 additions & 1 deletion config/_default/menus/main.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4910,11 +4910,16 @@ menu:
parent: llm_obs_monitoring
identifier: llm_obs_agent_monitoring
weight: 304
- name: Prompt Tracking
url: llm_observability/monitoring/prompt_tracking
parent: llm_obs_monitoring
identifier: llm_obs_prompt_tracking
weight: 305
- name: Metrics
url: llm_observability/monitoring/metrics
parent: llm_obs_monitoring
identifier: llm_obs_monitoring_metrics
weight: 305
weight: 306
- name: Evaluations
url: llm_observability/evaluations/
parent: llm_obs
Expand Down
4 changes: 1 addition & 3 deletions content/en/llm_observability/instrumentation/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -1834,9 +1834,7 @@ function ragWorkflow(userQuestion) {
{{< /tabs >}}

## Prompt tracking
{{< callout url="#" btn_hidden="true" >}}
Prompt Tracking for LLM Observability is in Preview. For access, <a href="/help">contact Datadog Support</a>.
{{< /callout >}}

Attach structured prompt metadata to the LLM span so you can reproduce results, audit changes, and compare prompt performance across versions. When using templates, LLM Observability also provides [version tracking](#version-tracking) based on template content changes.

{{< tabs >}}
Expand Down
5 changes: 0 additions & 5 deletions content/en/llm_observability/monitoring/prompt_tracking.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
---
title: Prompt Tracking
description: Use Prompt Tracking to track your prompt templates and versions.
private: true
---

{{< callout url="#" btn_hidden="true" >}}
Prompt Tracking for LLM Observability is in Preview. For access, <a href="/help">contact Datadog Support</a>.
{{< /callout >}}

In Datadog's LLM Observability, the _Prompt Tracking_ feature links prompt templates and versions to LLM calls. Prompt Tracking works alongside LLM Observability's traces, spans, and Playground.

Prompt Tracking enables you to:
Expand Down
Loading