Skip to content

Commit c2b166c

Browse files
committed
fix: update Docker image tag and correct port exposure details in standalone documentation
1 parent 2c55176 commit c2b166c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/frontend/src/content/docs/dashboard/security-considerations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ builder.Services.Configure<OtlpExporterOptions>(
8585
o => o.Headers = $"x-otlp-api-key={MY_APIKEY}");
8686
```
8787

88-
Other languages have different OpenTelmetry APIs. Passing the [`OTEL_EXPORTER_OTLP_HEADERS` environment variable](https://opentelemetry.io/docs/specs/otel/protocol/exporter/) to apps is a universal way to configure the header.
88+
Other languages have different OpenTelemetry APIs. Passing the [`OTEL_EXPORTER_OTLP_HEADERS` environment variable](https://opentelemetry.io/docs/specs/otel/protocol/exporter/) to apps is a universal way to configure the header.
8989

9090
## Memory exhaustion
9191

src/frontend/src/content/docs/dashboard/standalone.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ docker run --rm -it -d `
4747

4848
The preceding Docker command:
4949

50-
- Starts a container from the `mcr.microsoft.com/dotnet/aspire-dashboard:9.5` image.
51-
- The container expose two ports:
50+
- Starts a container from the `mcr.microsoft.com/dotnet/aspire-dashboard:latest` image.
51+
- The container exposes two ports:
5252
- Mapping the dashboard's OTLP port `18889` to the host's port `4317`. Port `4317` receives OpenTelemetry data from apps. Apps send data using [OpenTelemetry Protocol (OTLP)](https://opentelemetry.io/docs/specs/otlp/).
5353
- Mapping the dashboard's port `18888` to the host's port `18888`. Port `18888` has the dashboard UI. Navigate to `http://localhost:18888` in the browser to view the dashboard.
5454

0 commit comments

Comments
 (0)