Skip to content

Commit 47604cf

Browse files
authored
Improve Aspire Dashboard instructions and add screenshot (#9633)
* Change OTLP endpoint from gRPC to HTTP * Add Aspire Dashboard trace screenshot to monitoring-agents
1 parent 168c5cb commit 47604cf

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

docs/copilot/guides/monitoring-agents.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,21 +141,22 @@ The [Aspire Dashboard](https://aspire.dev/dashboard/standalone/) is the simplest
141141
```bash
142142
docker run --rm -d \
143143
-p 18888:18888 \
144-
-p 4317:18889 \
144+
-p 4318:18890 \
145145
--name aspire-dashboard \
146146
mcr.microsoft.com/dotnet/aspire-dashboard:latest
147147
```
148148

149149
```json
150150
{
151151
"github.copilot.chat.otel.enabled": true,
152-
"github.copilot.chat.otel.exporterType": "otlp-grpc",
153-
"github.copilot.chat.otel.otlpEndpoint": "http://localhost:4317"
152+
"github.copilot.chat.otel.captureContent": true
154153
}
155154
```
156155

157156
Open `http://localhost:18888` and go to **Traces** to view your agent interaction spans.
158157

158+
![Screenshot showing agent interaction traces in the Aspire Dashboard with spans for invoke_agent, chat, and execute_tool.](../images/monitoring-agents/trace-aspire-dashboard.png)
159+
159160
### Jaeger
160161

161162
[Jaeger](https://www.jaegertracing.io/) is an open-source distributed tracing platform that accepts OTLP directly.
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)