Docs: make aspire otel the primary telemetry command and rename traces reference to trace#1165
Open
Copilot wants to merge 2 commits into
Open
Docs: make aspire otel the primary telemetry command and rename traces reference to trace#1165Copilot wants to merge 2 commits into
aspire otel the primary telemetry command and rename traces reference to trace#1165Copilot wants to merge 2 commits into
Conversation
Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update documentation for aspire otel command
Docs: make Jun 2, 2026
aspire otel the primary telemetry command and rename traces reference to trace
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the aspire.dev documentation to make aspire otel the primary telemetry command, rename the trace command references to match aspire otel trace, and preserve backward compatibility guidance (including redirects and an alias page).
Changes:
- Renames docs references from
aspire otel traces→aspire otel traceand updates command reference links accordingly. - Adds an
aspire telemetryalias reference page and updatesaspire oteldocs to note the alias. - Updates sidebar navigation and adds a redirect from the old
aspire-otel-tracesroute to the newaspire-otel-traceroute.
Reviewed changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/frontend/src/content/docs/whats-new/aspire-13-4.mdx | Updates release-note examples to use aspire otel trace. |
| src/frontend/src/content/docs/whats-new/aspire-13-3.mdx | Updates standalone-dashboard examples and text to use aspire otel trace. |
| src/frontend/src/content/docs/reference/cli/search-filter.mdx | Updates search/filter docs to link to and show aspire otel trace. |
| src/frontend/src/content/docs/reference/cli/commands/aspire-telemetry.mdx | Adds a dedicated alias/reference page pointing to aspire otel. |
| src/frontend/src/content/docs/reference/cli/commands/aspire-otel.mdx | Makes aspire telemetry alias guidance explicit and updates trace links. |
| src/frontend/src/content/docs/reference/cli/commands/aspire-otel-trace.mdx | Updates command reference content to the aspire otel trace naming. |
| src/frontend/src/content/docs/reference/cli/commands/aspire-otel-spans.mdx | Updates API naming text and “see also” links to the new trace page. |
| src/frontend/src/content/docs/reference/cli/commands/aspire-otel-logs.mdx | Updates API naming text and “see also” links to the new trace page. |
| src/frontend/src/content/docs/ja/whats-new/aspire-13-3.mdx | Updates Japanese release-note examples and text to use aspire otel trace. |
| src/frontend/src/content/docs/fundamentals/telemetry.mdx | Updates telemetry overview references to use aspire otel trace. |
| src/frontend/src/content/docs/dashboard/standalone.mdx | Updates standalone dashboard doc examples/links to aspire otel trace. |
| src/frontend/src/content/docs/dashboard/apis.mdx | Updates dashboard API page command table link to aspire otel trace. |
| src/frontend/src/content/docs/dashboard/ai-coding-agents.mdx | Updates AI agent workflow text/examples to use aspire otel trace. |
| src/frontend/config/sidebar/reference.topics.ts | Updates sidebar nav entry label/slug to aspire otel trace. |
| src/frontend/config/redirects.mjs | Adds redirect from /aspire-otel-traces/ to /aspire-otel-trace/. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -0,0 +1,19 @@ | |||
| --- | |||
| title: aspire telemetry command | |||
| description: Learn about the aspire telemetry command alias and use aspire otel as the primary command name. | |||
Comment on lines
+27
to
+29
| :::note | ||
| `aspire telemetry` is a backward-compatible alias for `aspire otel`. | ||
| ::: |
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.
The CLI docs were still inconsistent with the command rename from
aspire telemetrytoaspire otel, and the trace subcommand naming needed to reflect the currentaspire otel traceshape. This updates command reference pages, nav, and links so docs present the new primary names while preserving alias/back-compat guidance.CLI command reference alignment
aspire-otel-tracestoaspire-otel-trace.aspire otel trace.Backward-compatibility handling
aspire telemetryalias page that points readers toaspire otel.aspire otelpage (aspire telemetryremains supported as a backward-compatible alias).Navigation and cross-doc link updates
aspire otel traceand the new slug.aspire otel trace./reference/cli/commands/aspire-otel-traces/to/reference/cli/commands/aspire-otel-trace/.