Skip to content
Merged
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
2 changes: 1 addition & 1 deletion docs/starlight-docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ OpenSearch Observability Stack is an **open-source, OpenTelemetry-native observa

<LinkCard title="Install & Explore" href="/docs/get-started/installation/" description="Install the stack and explore traces already flowing from the built-in example services." />
<LinkCard title="Send Your First Traces" href="/docs/get-started/quickstart/first-traces/" description="Instrument an app with OpenTelemetry and see traces in dashboards." />
<LinkCard title="Trace an AI Agent" href="/docs/ai-observability/agent-tracing/" description="Instrument an AI agent with GenAI semantic conventions and visualize the execution graph." />
<LinkCard title="Trace an AI Agent" href="/docs/ai-observability/getting-started/" description="Instrument an AI agent with the GenAI SDK and see its traces and execution graph." />

<Aside type="tip">
The stack optionally ships with [example services](https://github.com/opensearch-project/observability-stack/tree/main/examples) - a multi-agent travel planner, weather agent, and events agent that generate agent traces automatically. You can also enable the [OpenTelemetry Demo](https://opentelemetry.io/docs/demo/architecture/), a full microservices e-commerce app for realistic telemetry. Install, open Dashboards, and start exploring - no instrumentation needed.
Expand Down
Loading