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
* Tracing for deep search path
Signed-off-by: David Zane <davizane@amazon.com>
* Refactor search phase tracing instrumentation to detach span creation from the SearchRequestOperationsListener
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
* Close WrappedPhase span
Signed-off-by: David Zane <davizane@amazon.com>
* Add asserting listener class
Signed-off-by: David Zane <davizane@amazon.com>
* Cleanup AbstractSearchAsyncActionTests tests
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
* Cleanup SearchAsyncActionTests tests
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
* Cleanup CanMatchPreFilterSearchPhaseTests tests
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
---------
Signed-off-by: David Zane <davizane@amazon.com>
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Co-authored-by: Andriy Redko <andriy.redko@aiven.io>
Copy file name to clipboardexpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
18
18
- Add Remote Store Migration Experimental flag and allow mixed mode clusters under same ([#11986](https://github.com/opensearch-project/OpenSearch/pull/11986))
19
19
- Remote reindex: Add support for configurable retry mechanism ([#12561](https://github.com/opensearch-project/OpenSearch/pull/12561))
20
20
-[Admission Control] Integrate IO Usage Tracker to the Resource Usage Collector Service and Emit IO Usage Stats ([#11880](https://github.com/opensearch-project/OpenSearch/pull/11880))
21
+
- Tracing for deep search path ([#12103](https://github.com/opensearch-project/OpenSearch/pull/12103))
Copy file name to clipboardexpand all lines: plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/listener/QueryInsightsListener.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ public void onPhaseStart(SearchPhaseContext context) {}
0 commit comments