Skip to content

Commit 8a48d08

Browse files
author
Adrian Wright
committed
docs: add more screenshots
1 parent 79097de commit 8a48d08

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

docs/06_observability/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,17 @@ Conduct a conversation with the customer service agents following this sequence:
4343
- Go to your resource group in Azure Portal
4444
- Click on the `aspire-dashboard` resource
4545
- Click on the `Application URL` in the top right corner to navigate to the dashboard
46+
![Logs](../../media/aspire_dashboard_logs.png)
4647
- Observe the application log showing the conversation you conducted. Locate an entry: "Function hotel_tools-load_user_reservation_info invoking." and click on the Trace link. This navigates you to the Trace page for that function call.
4748
- Observe the details of the trace, such as the duration and other metadata.
49+
![Trace Details](../../media/aspire_dashboard_trace_details.png)
4850
- Click on the Traces navigation on the left.
4951
- Observe the sequence of function calls and confirm it matches the conversation you had. Drill into traces to see information as desired.
52+
![Traces](../../media/aspire_dashboard_traces.png)
5053
- Click on the Metrics navigation on the left.
5154
- Click on the function duration metric to see the duration on the most recent function calls.
55+
![Metrics](../../media/aspire_dashboard_metrics.png)
56+
5257

5358
## Application Environment Variables
5459

media/aspire_dashboard_logs.png

77.3 KB
Loading

media/aspire_dashboard_metrics.png

64.8 KB
Loading
69.5 KB
Loading

media/aspire_dashboard_traces.png

66 KB
Loading

0 commit comments

Comments
 (0)