You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* consume query level cpu and memory usage in query insights
Signed-off-by: Chenyang Ji <cyji@amazon.com>
* handle failed requests metrics in query insights
Signed-off-by: Chenyang Ji <cyji@amazon.com>
* refactor the code to make it more maintainable
Signed-off-by: Chenyang Ji <cyji@amazon.com>
---------
Signed-off-by: Chenyang Ji <cyji@amazon.com>
Copy file name to clipboardexpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
24
24
-[Query Insights] Add X-Opaque-Id to search request metadata for top n queries ([#13374](https://github.com/opensearch-project/OpenSearch/pull/13374))
25
25
- Add support for query level resource usage tracking ([#13172](https://github.com/opensearch-project/OpenSearch/pull/13172))
26
26
- Move Remote Store Migration from DocRep to GA and modify remote migration settings name ([#14100](https://github.com/opensearch-project/OpenSearch/pull/14100))
27
+
-[Query Insights] Add cpu and memory metrics to top n queries ([#13739](https://github.com/opensearch-project/OpenSearch/pull/13739))
27
28
28
29
### Dependencies
29
30
- Bump `com.github.spullara.mustache.java:compiler` from 0.9.10 to 0.9.13 ([#13329](https://github.com/opensearch-project/OpenSearch/pull/13329), [#13559](https://github.com/opensearch-project/OpenSearch/pull/13559))
Copy file name to clipboardexpand all lines: plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/exporter/QueryInsightsExporterFactory.java
Copy file name to clipboardexpand all lines: plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/listener/QueryInsightsListener.java
Copy file name to clipboardexpand all lines: plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/service/QueryInsightsService.java
0 commit comments