You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: src/frontend/src/content/docs/dashboard/standalone.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,8 +47,8 @@ docker run --rm -it -d `
47
47
48
48
The preceding Docker command:
49
49
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:
52
52
- 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/).
53
53
- 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.
0 commit comments