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 @@ -541,12 +541,13 @@ end
541541```
542542
543543The data contains the following keys:
544- ` method ` : the method called, e.g. ` ping ` , ` tools/list ` , ` tools/call ` etc
545- ` tool_name ` : the name of the tool called
546- ` prompt_name ` : the name of the prompt called
547- ` resource_uri ` : the uri of the resource called
548- ` error ` : if looking up tools/prompts etc failed, e.g. ` tool_not_found `
549- ` duration ` : the duration of the call in seconds
544+
545+ - ` method ` : the method called, e.g. ` ping ` , ` tools/list ` , ` tools/call ` etc
546+ - ` tool_name ` : the name of the tool called
547+ - ` prompt_name ` : the name of the prompt called
548+ - ` resource_uri ` : the uri of the resource called
549+ - ` error ` : if looking up tools/prompts etc failed, e.g. ` tool_not_found `
550+ - ` duration ` : the duration of the call in seconds
550551
551552` tool_name ` , ` prompt_name ` and ` resource_uri ` are only populated if a matching handler is registered.
552553This is to avoid potential issues with metric cardinality
You can’t perform that action at this time.
0 commit comments