You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Change mcp.tool.name to gen_ai.tool.name
- Change mcp.prompt.name to gen_ai.prompt.name
- Change mcp.request.id to jsonrpc.request.id
- Change rpc.jsonrpc.error_code to rpc.response.status_code
- Update network.transport values from 'stdio' to 'pipe' and 'sse'/'http' to 'tcp'
- Add gen_ai.operation.name attribute (value: 'execute_tool' for tools/call)
- Update histogram bucket boundaries to match semantic conventions spec
- Update tests to verify new attribute names
Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
"mcp.client.operation.duration","Measures the duration of outbound message.",longBuckets:false);
29
+
"mcp.client.operation.duration","The duration of the MCP request or notification as observed on the sender from the time it was sent until the response or ack is received.",longBuckets:true);
"mcp.server.operation.duration","Measures the duration of inbound message processing.",longBuckets:false);
31
+
"mcp.server.operation.duration","MCP request or notification duration as observed on the receiver from the time it was received until the result or ack is sent.",longBuckets:true);
30
32
31
33
/// <summary>The latest version of the protocol supported by this implementation.</summary>
0 commit comments