Skip to content

Commit f422861

Browse files
authored
Merge pull request #115 from koic/tweak_list_of_instrumentation_in_the_readme
[Docs] Fix broken list rendering of Instrumentation in the README
2 parents 541bbe0 + e3e67aa commit f422861

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -543,12 +543,13 @@ end
543543
```
544544

545545
The 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.
554555
This is to avoid potential issues with metric cardinality

0 commit comments

Comments
 (0)