Add span types documentation page#121
Open
laminar-coding-agent[bot] wants to merge 1 commit into
Open
Conversation
Adds a comprehensive /tracing/structure/span-types page that explains each span type (DEFAULT, LLM, TOOL, EXECUTOR) with emphasis on properly typing tool call spans as TOOL for better visibility and queryability. Updates manual-span-creation to link to the new page and adds a quick reference entry in the overview. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
/tracing/structure/span-typespage that comprehensively documents each span type (DEFAULT,LLM,TOOL,EXECUTOR)TOOLfor better visibility in the trace view and queryability in the SQL editor@observeand manual spans, includes a full agent-with-tools example, and shows SQL queries for TOOL spansmanual-span-creation.mdxto replace the brief inline span types list with a link to the new pageResolves LAM-1408
Test plan
🤖 Generated with Claude Code
Note
Low Risk
Low risk documentation-only change; main risk is broken Mintlify nav/linking or formatting issues in the new page.
Overview
Adds a new
tracing/structure/span-typesdocumentation page describing when to useDEFAULT,LLM,TOOL, andEXECUTOR, including examples for setting span type viaobserve/manual spans and sample SQL queries forTOOLspans.Updates the sidebar (
docs.json) and the Tracing Structure overview/manual-span docs to link to this new guide (replacing the prior brief inline span-type blurb and adding a quick-reference entry).Written by Cursor Bugbot for commit 3cfc154. This will update automatically on new commits. Configure here.