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

feat: Add SOFARPC Framework Plugin Support #308

Merged
merged 6 commits into from
Feb 25, 2023

Conversation

oewang
Copy link
Contributor

@oewang oewang commented Feb 16, 2023

  • Support for collecting client-to-server traces
  • Supports collecting the following metrics for the method dimension: number of calls, number of failures, minimum, average, maximum execution time, etc.
  • Support for SOFARPC framework greater than or equal to version 5.3.0

- Support for collecting client-to-server traces
- Supports collection of the following metrics in the method dimension: number of calls, number of failures, minimum, average, maximum execution time, etc.
- Comment meter type and timer type metric assertions
- Modify check errors
- Add comments to the methods in the `SofaRpcCtxUtil` class
Copy link
Contributor

@landyking landyking left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

- Change `method` label name to `interface` label name
- Change related metrics docs
oewang and others added 2 commits February 25, 2023 19:32
…farpc/interceptor/trace/callback/SofaRpcResponseCallbackTraceInterceptorTest.java

Co-authored-by: yufu.deng <954068039@qq.com>
…farpc/interceptor/trace/future/SofaRpcResponseFutureTraceInterceptorTest.java

Co-authored-by: yufu.deng <954068039@qq.com>
@observeralone observeralone merged commit 6902838 into megaease:master Feb 25, 2023
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.

None yet

3 participants