Skip to content

Commit 208fda9

Browse files
authored
docs: mcp observability with instana (#83)
1 parent 6655a9f commit 208fda9

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

img/integrations/mcpTraces.png

1010 KB
Loading

openllmetry/integrations/instana.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,15 @@ Then, set this env var, and you're done!
6161
```bash
6262
TRACELOOP_BASE_URL=<instana-agent-hostname>:4317
6363
```
64+
65+
Instana now supports MCP Observability. The following span attributes are available for MCP traces :
66+
mcp.method.name
67+
mcp.request.argument
68+
mcp.request.id
69+
mcp.response.value
70+
mcp.session.init_options
71+
72+
Here is the MCP traces from Instana UI:
73+
<Frame>
74+
<img src="/img/integrations/mcpTraces.png" />
75+
</Frame>

0 commit comments

Comments
 (0)