Skip to content

Commit

Permalink
Documentation changes to include resource usage stats
Browse files Browse the repository at this point in the history
Signed-off-by: Bharathwaj G <bharath78910@gmail.com>
  • Loading branch information
bharath-techie committed Oct 27, 2023
1 parent 27800cf commit adf5173
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion _api-reference/nodes-apis/nodes-stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,13 @@ Select the arrow to view the example response.
},
"enabled" : false,
"enforced" : false
},
"resource_usage_stats": {
"nxLWtMdXQmWA-ZBVWU8nwA": {
"timestamp": 1698401391000,
"cpu_utilization_percent": "0.1",

Check failure on line 684 in _api-reference/nodes-apis/nodes-stats.md

View workflow job for this annotation

GitHub Actions / style-job

[vale] reported by reviewdog 🐶 [OpenSearch.Spelling] Error: cpu. If you are referencing a setting, variable, format, function, or repository, surround it with tic marks. Raw Output: {"message": "[OpenSearch.Spelling] Error: cpu. If you are referencing a setting, variable, format, function, or repository, surround it with tic marks.", "location": {"path": "_api-reference/nodes-apis/nodes-stats.md", "range": {"start": {"line": 684, "column": 12}}}, "severity": "ERROR"}
"memory_utilization_percent": "3.9"
}
}
}
}
Expand Down Expand Up @@ -730,7 +737,7 @@ http.total_opened | Integer | The total number of HTTP connections the node has
[indexing_pressure](#indexing_pressure) | Object | Statistics related to the node's indexing pressure.
[shard_indexing_pressure](#shard_indexing_pressure) | Object | Statistics related to indexing pressure at the shard level.
[search_backpressure]({{site.url}}{{site.baseurl}}/opensearch/search-backpressure#search-backpressure-stats-api) | Object | Statistics related to search backpressure.
[resource_usage_stats](#resourceusagestats) | Object | Statistics related to resource usage stats for the node.
[resource_usage_stats](#resource_usage_stats) | Object | Statistics related to resource usage stats for the node.


### `indices`
Expand Down

0 comments on commit adf5173

Please sign in to comment.