[Star-Tree] Search level stats for nodes, indices and shards#18707
[Star-Tree] Search level stats for nodes, indices and shards#18707bharath-techie merged 6 commits intoopensearch-project:mainfrom
Conversation
|
❌ Gradle check result for ad439e8: null Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
❌ Gradle check result for 7431dfd: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
❌ Gradle check result for 26fd3d9: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
d966f1f to
cb1a9de
Compare
server/src/main/java/org/opensearch/index/search/stats/SearchStats.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java
Outdated
Show resolved
Hide resolved
|
❌ Gradle check result for cb1a9de: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
Shouldn't we enable a new metric group for STAR TREE: https://docs.opensearch.org/docs/latest/api-reference/nodes-apis/nodes-stats/ |
@getsaurabh02 I'd argue otherwise. The reason to place it inside @expani @bharath-techie Looping you both in the thread, please review/evaluate the placement of metrics if this needs any change than the current state. |
c139f7d to
e674fad
Compare
|
❌ Gradle check result for e674fad: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
❌ Gradle check result for 78480c6: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com>
Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com>
Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com>
Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com>
server/src/main/java/org/opensearch/index/search/stats/SearchStats.java
Outdated
Show resolved
Hide resolved
server/src/internalClusterTest/java/org/opensearch/search/stats/StarTreeSearchStatsIT.java
Show resolved
Hide resolved
|
❌ Gradle check result for f75a836: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
…rch-project#18707) * startree node,indices,shards stats Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com> * changing to builder pattern Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com> * add query current, fix version Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com> * fix version Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com> * add integ test Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com> * typo Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com> --------- Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com>
…rch-project#18707) * startree node,indices,shards stats Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com> * changing to builder pattern Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com> * add query current, fix version Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com> * fix version Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com> * add integ test Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com> * typo Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com> --------- Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com>
…rch-project#18707) * startree node,indices,shards stats Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com> * changing to builder pattern Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com> * add query current, fix version Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com> * fix version Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com> * add integ test Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com> * typo Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com> --------- Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com>
…rch-project#18707) * startree node,indices,shards stats Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com> * changing to builder pattern Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com> * add query current, fix version Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com> * fix version Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com> * add integ test Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com> * typo Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com> --------- Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com>
Description
Adding metric data for star-tree search queries.
Documentation: opensearch-project/documentation-website#10667
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.