Skip to content

Commit de0c28e

Browse files
CopilotIEvangelist
andauthored
Address review: fix OLTP→OTLP typo, remove redundant abbr in bold, fix plural Protocols
Agent-Logs-Url: https://github.com/microsoft/aspire.dev/sessions/98918102-f96a-4c97-9946-3b20dd355e27 Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
1 parent 782aecd commit de0c28e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/frontend/src/content/docs/dashboard/enable-browser-telemetry.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Browser telemetry requires the dashboard to enable these features:
2020

2121
### <abbr title="OpenTelemetry Protocol" data-tooltip-placement="top">OTLP</abbr> configuration
2222

23-
The Aspire dashboard receives telemetry through <abbr title="OpenTelemetry Protocol" data-tooltip-placement="top">OTLP</abbr> endpoints. [HTTP OTLP endpoints](https://opentelemetry.io/docs/specs/otlp/#otlphttp) and gRPC <abbr title="OpenTelemetry Protocol" data-tooltip-placement="top">OTLP</abbr> endpoints are supported by the dashboard. Browser apps must use HTTP OLTP to send telemetry to the dashboard because browser apps don't support gRPC.
23+
The Aspire dashboard receives telemetry through <abbr title="OpenTelemetry Protocol" data-tooltip-placement="top">OTLP</abbr> endpoints. [HTTP OTLP endpoints](https://opentelemetry.io/docs/specs/otlp/#otlphttp) and gRPC <abbr title="OpenTelemetry Protocol" data-tooltip-placement="top">OTLP</abbr> endpoints are supported by the dashboard. Browser apps must use HTTP <abbr title="OpenTelemetry Protocol" data-tooltip-placement="top">OTLP</abbr> to send telemetry to the dashboard because browser apps don't support gRPC.
2424

2525
To configure the gPRC or HTTP endpoints, specify the following environment variables:
2626

src/frontend/src/content/docs/get-started/aspire-mcp-server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import LearnMore from '@components/LearnMore.astro';
88

99
The Aspire <abbr title="Model Context Protocol" data-tooltip-placement="top">MCP</abbr> server gives AI coding agents direct runtime access to your running Aspire application. Through the Model Context Protocol (<abbr title="Model Context Protocol" data-tooltip-placement="top">MCP</abbr>), agents can query resource status, read logs, inspect distributed traces, and execute commands — without you copy-pasting terminal output.
1010

11-
The <abbr title="Model Context Protocol" data-tooltip-placement="top">MCP</abbr> server is configured automatically when you run `aspire agent init` and select **Install Aspire <abbr title="Model Context Protocol" data-tooltip-placement="top">MCP</abbr> server**.
11+
The <abbr title="Model Context Protocol" data-tooltip-placement="top">MCP</abbr> server is configured automatically when you run `aspire agent init` and select **Install Aspire MCP server**.
1212

1313
<LearnMore>
1414
To set up your project for AI coding agents, see [Use AI coding agents](/get-started/ai-coding-agents/).

src/frontend/src/content/docs/whats-new/aspire-9-5.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ builder.Build().Run();
654654
### Other improvements
655655

656656
- New reference properties have been added to Azure PostgreSQL and Redis resources for custom connection string composition and individual component access.
657-
- OpenTelemetry Protocols (<abbr title="OpenTelemetry Protocol" data-tooltip-placement="top">OTLP</abbr>) support now has protocol selection capabilities, allowing you to choose between gRPC and HTTP protobuf transports for telemetry data.
657+
- OpenTelemetry Protocol (<abbr title="OpenTelemetry Protocol" data-tooltip-placement="top">OTLP</abbr>) support now has protocol selection capabilities, allowing you to choose between gRPC and HTTP protobuf transports for telemetry data.
658658

659659
## 🧩 App model enhancements
660660

0 commit comments

Comments
 (0)