Skip to content

Commit ddc76ce

Browse files
Jiachen Jiangv-jaswel
andauthored
Update articles/container-apps/aspire-dashboard.md
Co-authored-by: Jason Wells <[email protected]>
1 parent 60091a8 commit ddc76ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/aspire-dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The following image is a screenshot of a trace visualization generated by the .N
2121

2222
The information displayed on the dashboard comes from two sources:
2323

24-
- OpenTelemetry (OTel), an open-source library for tracking **traces**, **metrics**, and **logs** for your applications. [This documentation](https://learn.microsoft.com/en-us/dotnet/aspire/fundamentals/telemetry) provides more information on how the Aspire dashboard integrates with OTel.
24+
- OpenTelemetry (OTel), an open-source library for tracking **traces**, **metrics**, and **logs** for your applications. [This documentation](/dotnet/aspire/fundamentals/telemetry) provides more information on how the Aspire dashboard integrates with OTel.
2525

2626
- **Traces** track the lifecycle of requests - how a request is received and processed as it moves between different parts of the application. This information is useful for identifying bottlenecks and other issues.
2727
- **Metrics** are real-time measurements of the general health and performance of the infrastructure - for example, how many CPU resources are consumed and how many transactions that the application handles per second. This information is useful for understanding the responsiveness of your app or identifying early warning signs of performance issues.

0 commit comments

Comments
 (0)