[Agent Builder] Document trace collection (9.5)#7322
Open
charlotte-hoblik wants to merge 15 commits into
Open
Conversation
Contributor
Elastic Docs AI PR menuCheck the box to run an AI review for this pull request.
Powered by GitHub Agentic Workflows and docs-actions. For more information, reach out to the docs team. |
This was referenced Jul 13, 2026
Contributor
Contributor
Elastic Docs Style Checker (Vale)Summary: 4 warnings, 1 suggestion found
|
| File | Line | Rule | Message |
|---|---|---|---|
| explore-analyze/ai-features/agent-builder/collect-traces.md | 49 | Elastic.MenuArrows | Use '→' to separate menu items, not '' or '='. Example: Select Manage index → Add lifecycle policy. |
| explore-analyze/ai-features/agent-builder/collect-traces.md | 59 | Elastic.MenuArrows | Use '→' to separate menu items, not '' or '='. Example: Select Manage index → Add lifecycle policy. |
| explore-analyze/ai-features/agent-builder/collect-traces.md | 90 | Elastic.MenuArrows | Use '→' to separate menu items, not '' or '='. Example: Select Manage index → Add lifecycle policy. |
| explore-analyze/ai-features/agent-builder/permissions.md | 109 | Elastic.MenuArrows | Use '→' to separate menu items, not '' or '='. Example: Select Manage index → Add lifecycle policy. |
💡 Suggestions (1): Optional style improvements. Apply when helpful.
| File | Line | Rule | Message |
|---|---|---|---|
| explore-analyze/ai-features/agent-builder/chat.md | 200 | Elastic.Wordiness | Consider using 'these' instead of 'all of these'. |
The Vale linter checks documentation changes against the Elastic Docs style guide. To use Vale locally or report issues, refer to Elastic style guide for Vale.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents Agent Builder OpenTelemetry trace collection for 9.5. This is the foundational page for the Agent Builder trace docs cluster (collection, dashboards, alerting).
What's added
collect-traces.md), registered in the nav after Monitor usage and costs. It covers:traces-agent_builder.otel-*(execution spans) andlogs-agent_builder.otel-*(opt-in conversation content).permissions.md: new "Read trace data" subsection for the trace index privileges.chat.md: new "View traces for a conversation round" section for the trace waterfall button.Lifecycle
Trace collection is GA in 9.5 (Stack and Serverless). The overview dashboard is GA (elastic/search-team#15134). The built-in traces skill is Technical Preview in 9.5. Remote OTLP export is Stack only, because it is configured in
kibana.yml, which serverless does not expose.Closes
Closes #7171. Part of elastic/docs-content-internal#1252.