Skip to content

Commit 8ca26c0

Browse files
authored
GA prompt tracking doc (#32672)
* make doc ga * add to left nav * remove other preview callout
1 parent 3fea54c commit 8ca26c0

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

config/_default/menus/main.en.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4948,11 +4948,16 @@ menu:
49484948
parent: llm_obs_monitoring
49494949
identifier: llm_obs_agent_monitoring
49504950
weight: 304
4951+
- name: Prompt Tracking
4952+
url: llm_observability/monitoring/prompt_tracking
4953+
parent: llm_obs_monitoring
4954+
identifier: llm_obs_prompt_tracking
4955+
weight: 305
49514956
- name: Metrics
49524957
url: llm_observability/monitoring/metrics
49534958
parent: llm_obs_monitoring
49544959
identifier: llm_obs_monitoring_metrics
4955-
weight: 305
4960+
weight: 306
49564961
- name: Evaluations
49574962
url: llm_observability/evaluations/
49584963
parent: llm_obs

content/en/llm_observability/instrumentation/sdk.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1834,9 +1834,7 @@ function ragWorkflow(userQuestion) {
18341834
{{< /tabs >}}
18351835

18361836
## Prompt tracking
1837-
{{< callout url="#" btn_hidden="true" >}}
1838-
Prompt Tracking for LLM Observability is in Preview. For access, <a href="/help">contact Datadog Support</a>.
1839-
{{< /callout >}}
1837+
18401838
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.
18411839

18421840
{{< tabs >}}

content/en/llm_observability/monitoring/prompt_tracking.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
---
22
title: Prompt Tracking
33
description: Use Prompt Tracking to track your prompt templates and versions.
4-
private: true
54
---
65

7-
{{< callout url="#" btn_hidden="true" >}}
8-
Prompt Tracking for LLM Observability is in Preview. For access, <a href="/help">contact Datadog Support</a>.
9-
{{< /callout >}}
10-
116
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.
127

138
Prompt Tracking enables you to:

0 commit comments

Comments
 (0)