Skip to content

Commit

Permalink
Get jvm and fs metric node stats with multiple nodes. (#455)
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <[email protected]>
  • Loading branch information
dblock committed Jul 31, 2024
1 parent 88de8b8 commit 87b7a37
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/nodes/stats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,18 @@ chapters:
- jvm
response:
status: 200
- synopsis: Get jvm and fs metric node stats with multiple nodes.
path: /_nodes/{node_id}/stats/{metric}
method: GET
parameters:
node_id:
- cluster_manager:false
- data:true
metric:
- fs
- jvm
response:
status: 200
- synopsis: Get statistics for the request_cache.
path: /_nodes/stats/{metric}/{index_metric}
method: GET
Expand Down

0 comments on commit 87b7a37

Please sign in to comment.