Skip to content

Commit e72d115

Browse files
authored
add links (#30629)
1 parent a42c4dd commit e72d115

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

content/en/llm_observability/_index.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ further_reading:
2222

2323
## Overview
2424

25-
With LLM Observability, you can monitor, troubleshoot, and evaluate your LLM-powered applications, such as chatbots. You can investigate the root cause of issues, monitor operational performance, and evaluate the quality, privacy, and safety of your LLM applications.
25+
With LLM Observability, you can monitor, troubleshoot, and evaluate your LLM-powered applications, such as chatbots. You can investigate the root cause of issues, monitor operational performance, and evaluate the quality, privacy, and safety of your LLM applications.
2626

2727
Each request fulfilled by your application is represented as a trace on the [**LLM Observability** page][1] in Datadog.
2828

2929
{{< img src="llm_observability/traces.png" alt="A list of prompt-response pair traces on the LLM Observability page" style="width:100%;" >}}
30-
30+
3131
A trace can represent:
3232

3333
- An individual LLM inference, including tokens, error information, and latency
@@ -62,12 +62,12 @@ Automatically scan and redact any sensitive data in your AI applications and ide
6262

6363
## See anomalies highlighted as insights
6464

65-
LLM Observability Insights provides a monitoring experience that helps users identify anomalies in their operational metrics—such as duration and error rate—and their out-of-the-box (OOTB) evaluations.
65+
LLM Observability Insights provides a monitoring experience that helps users identify anomalies in their operational metrics—such as duration and error rate—and their [out-of-the-box (OOTB) evaluations][9].
6666

6767
Outlier detection is performed across key dimensions:
6868
- Span name
6969
- Workflow type
70-
- Cluster input/output topics
70+
- [Cluster input/output topics][10]
7171

7272
These outliers are analyzed over the past week and automatically surfaced in the corresponding time window selected by the user. This enables teams to proactively detect regressions, performance drifts, or unexpected behavior in their LLM applications.
7373

@@ -97,3 +97,5 @@ See the [Setup documentation][5] for instructions on instrumenting your LLM appl
9797
[6]: /llm_observability/quickstart
9898
[7]: https://app.datadoghq.com/dash/integration/llm_operational_insights
9999
[8]: /llm_observability/setup/auto_instrumentation
100+
[9]: /llm_observability/evaluations/ootb_evaluations
101+
[10]: /llm_observability/monitoring/cluster_map

0 commit comments

Comments
 (0)