Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trace events integration with server #46

Draft
wants to merge 2 commits into
base: trace-lib-latest
Choose a base branch
from

Conversation

rishabhmaurya
Copy link
Owner

  • OpenSearchThreadPoolExecutor to accept trace event service to wrap Runnable for trace diagnosis purpose
  • initialization of trace event service while node bootstrap
  • feature flag for trace diagnosis
  • transport service to accept trace event service to wrap transport handler using TransportResponseHandler to handle missed runnable start trace events
  • onboard generic thread pool with trace diagnosis

relates to opensearch-project#8816

Description

[Describe what this change achieves]

Issues Resolved

[List any issues this PR will resolve]

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff
  • Commit changes are listed out in CHANGELOG.md file (See: Changelog)

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.

* interfaces for trace event listener
* wrappers for diagnosis integration with spans
* trace event listener service
* support to register trace event listeners via plugins in server

Signed-off-by: Rishabh Maurya <rishabhmaurya05@gmail.com>
* OpenSearchThreadPoolExecutor to accept trace event service to wrap Runnable
  for trace diagnosis purpose
* initialization of trace event service while node bootstrap
* feature flag for trace diagnosis
* transport service to accept trace event service to wrap transport handler
  using TransportResponseHandler to handle missed runnable start trace events
* onboard generic thread pool with trace diagnosis

Signed-off-by: Rishabh Maurya <rishabhmaurya05@gmail.com>
@github-actions
Copy link

github-actions bot commented Aug 4, 2023

Gradle Check (Jenkins) Run Completed with:

  • RESULT: null ❌
  • URL:
  • CommitID: a7fa36f
    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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant