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

Commits on Feb 16, 2023

  1. feat: Add SOFARPC Framework Plugin Support

    - 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.
    oewang committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    306be4f View commit details
    Browse the repository at this point in the history
  2. fix: Unit test cases that did not pass

    - Comment meter type and timer type metric assertions
    oewang committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    56cca66 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. fix: SOFARPC plugin unit test

    - Modify check errors
    - Add comments to the methods in the `SofaRpcCtxUtil` class
    oewang committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    669e344 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. fix: Change SOFARPC metrics label name

    - Change `method` label name to `interface` label name
    - Change related metrics docs
    oewang committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    cfae189 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Update plugins/sofarpc/src/test/java/com/megaease/easeagent/plugin/so…

    …farpc/interceptor/trace/callback/SofaRpcResponseCallbackTraceInterceptorTest.java
    
    Co-authored-by: yufu.deng <954068039@qq.com>
    oewang and observeralone committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    e371493 View commit details
    Browse the repository at this point in the history
  2. Update plugins/sofarpc/src/test/java/com/megaease/easeagent/plugin/so…

    …farpc/interceptor/trace/future/SofaRpcResponseFutureTraceInterceptorTest.java
    
    Co-authored-by: yufu.deng <954068039@qq.com>
    oewang and observeralone committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    1601794 View commit details
    Browse the repository at this point in the history