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

Pinpoint SDK for asynchronous operation #7654

Closed
emeroad opened this issue Feb 9, 2021 · 2 comments · Fixed by #7750
Closed

Pinpoint SDK for asynchronous operation #7654

emeroad opened this issue Feb 9, 2021 · 2 comments · Fixed by #7750

Comments

@emeroad
Copy link
Member

emeroad commented Feb 9, 2021

contribution info

description

This approach is simple and very effective.

​​#7649 design

  1. SDK provides Runnable and Executor classes
  • Now the target class to instrument is determined by the SDK
  1. Async plug-in instrument the SDK class.

My design

  1. Agent provides API for async operation.
  2. SDK uses the agent's API to measure performance.

Weakness

  • API should be provided through Boostrap-classloader. Its development is very complicated.
  • Difficulty maintaining compatibility between SDK and agent API.
@emeroad emeroad changed the title Pinpoint Client SDK for asynchronous operation Pinpoint SDK for asynchronous operation Feb 9, 2021
emeroad pushed a commit to emeroad/pinpoint that referenced this issue Mar 19, 2021
emeroad pushed a commit to emeroad/pinpoint that referenced this issue Mar 19, 2021
@emeroad
Copy link
Member Author

emeroad commented Mar 19, 2021

@zhangyinhao1234
Your PR disappeared as I pushed my rebase revision to the master branch.
It's my mistake. I have not found the cause of this problem. I'm really sorry.

I made a new branch and restored it.

emeroad pushed a commit to emeroad/pinpoint that referenced this issue Mar 19, 2021
emeroad pushed a commit to emeroad/pinpoint that referenced this issue Mar 19, 2021
emeroad pushed a commit to emeroad/pinpoint that referenced this issue Mar 23, 2021
emeroad pushed a commit to emeroad/pinpoint that referenced this issue Mar 23, 2021
emeroad pushed a commit to emeroad/pinpoint that referenced this issue Mar 24, 2021
emeroad added a commit to emeroad/pinpoint that referenced this issue Mar 24, 2021
emeroad pushed a commit to emeroad/pinpoint that referenced this issue Mar 26, 2021
emeroad pushed a commit to emeroad/pinpoint that referenced this issue Mar 26, 2021
emeroad pushed a commit to emeroad/pinpoint that referenced this issue Mar 29, 2021
emeroad pushed a commit to emeroad/pinpoint that referenced this issue Mar 29, 2021
emeroad pushed a commit to emeroad/pinpoint that referenced this issue Apr 5, 2021
emeroad pushed a commit to emeroad/pinpoint that referenced this issue Apr 6, 2021
emeroad pushed a commit to emeroad/pinpoint that referenced this issue Apr 6, 2021
emeroad pushed a commit to emeroad/pinpoint that referenced this issue Apr 23, 2021
emeroad pushed a commit to emeroad/pinpoint that referenced this issue May 7, 2021
emeroad added a commit to emeroad/pinpoint that referenced this issue May 7, 2021
emeroad pushed a commit to emeroad/pinpoint that referenced this issue May 7, 2021
emeroad added a commit to emeroad/pinpoint that referenced this issue May 7, 2021
@emeroad emeroad linked a pull request May 7, 2021 that will close this issue
emeroad pushed a commit that referenced this issue May 7, 2021
emeroad added a commit that referenced this issue May 7, 2021
@koo-taejin koo-taejin added this to the 2.3.0 milestone Jul 20, 2021
@zhangyinhao1234
Copy link
Contributor

I'm glad my design was adopted

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

Successfully merging a pull request may close this issue.

3 participants