File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -543,12 +543,13 @@ end
543543```
544544
545545The data contains the following keys:
546- ` method ` : the method called, e.g. ` ping ` , ` tools/list ` , ` tools/call ` etc
547- ` tool_name ` : the name of the tool called
548- ` prompt_name ` : the name of the prompt called
549- ` resource_uri ` : the uri of the resource called
550- ` error ` : if looking up tools/prompts etc failed, e.g. ` tool_not_found `
551- ` duration ` : the duration of the call in seconds
546+
547+ - ` method ` : the method called, e.g. ` ping ` , ` tools/list ` , ` tools/call ` etc
548+ - ` tool_name ` : the name of the tool called
549+ - ` prompt_name ` : the name of the prompt called
550+ - ` resource_uri ` : the uri of the resource called
551+ - ` error ` : if looking up tools/prompts etc failed, e.g. ` tool_not_found `
552+ - ` duration ` : the duration of the call in seconds
552553
553554` tool_name ` , ` prompt_name ` and ` resource_uri ` are only populated if a matching handler is registered.
554555This is to avoid potential issues with metric cardinality
You can’t perform that action at this time.
0 commit comments