microsoft / microsoft/aspire.dev
CLI: Update docs for 'aspire telemetry' renamed to 'aspire otel'
Open
@IEvangelist is already working on this.
Since Jun 2, 2026.
- #1165 by @copilot-swe-agent — closed without merging
documentation
- Dominant language
- MDX
- Stars
- 193
- Forks
- 87
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 73
Description
Context
In dotnet/aspire#14599 (targeting 13.2), the aspire telemetry command was renamed to aspire otel (with telemetry kept as a backward-compatible alias).
The subcommands are now:
aspire otel logs(wasaspire telemetry logs)aspire otel spans(wasaspire telemetry spans)aspire otel trace(wasaspire telemetry trace)
What needs updating
Any aspire.dev documentation that references aspire telemetry subcommands should use aspire otel as the primary command name. The description was also updated to clarify this is specifically OpenTelemetry data.
The old names still work as aliases, but docs should show the new primary names.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.