Skip to content

Commit c0d368e

Browse files
authored
Add custom dashboard for server stats and tool calls (Azure-Samples#23)
* Add custom dashboard * Add to README * Update spanish README * Add tool call header * Spanish tweak * Address timechart comment
1 parent cc4f46f commit c0d368e

File tree

5 files changed

+851
-26
lines changed

5 files changed

+851
-26
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,10 +312,16 @@ cd servers && uvicorn deployed_mcp:app --host 0.0.0.0 --port 8000
312312

313313
### Viewing traces in Azure Application Insights
314314

315-
By default, OpenTelemetry tracing is enabled for the deployed MCP server, sending traces to Azure Application Insights.
315+
By default, OpenTelemetry tracing is enabled for the deployed MCP server, sending traces to Azure Application Insights. To bring up a dashboard of metrics and traces, run:
316+
317+
```shell
318+
azd monitor
319+
```
320+
321+
Or you can use Application Insights directly:
316322

317323
1. Open the Azure Portal and navigate to the Application Insights resource created during deployment (named `<project-name>-appinsights`).
318-
2. In Application Insights, go to "Transaction Search" to view traces from the MCP server
324+
2. In Application Insights, go to "Transaction Search" to view traces from the MCP server.
319325
3. You can filter and analyze traces to monitor performance and diagnose issues.
320326

321327
### Viewing traces in Logfire

0 commit comments

Comments
 (0)