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

[core] add grpc opencensus plugin #39082

Merged
merged 16 commits into from
Sep 13, 2023
Merged

Commits on Sep 7, 2023

  1. add grpc opencensus plugin

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    676a254 View commit details
    Browse the repository at this point in the history
  2. directly register grpc

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    f5713cf View commit details
    Browse the repository at this point in the history
  3. TODO: merge dists

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    6d4e79e View commit details
    Browse the repository at this point in the history
  4. fix the metrics incompatibilities

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    1b4d3ac View commit details
    Browse the repository at this point in the history
  5. move the spaces

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    59a4be4 View commit details
    Browse the repository at this point in the history
  6. removed bad log, added global tags to grpc things

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    a0c8713 View commit details
    Browse the repository at this point in the history
  7. add flags to diable it

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    1e30a97 View commit details
    Browse the repository at this point in the history
  8. add flag to test

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    2ecad8f View commit details
    Browse the repository at this point in the history
  9. fix issue that grpc needs to be configured early. added tests for the…

    … fix.
    
    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    af9a56b View commit details
    Browse the repository at this point in the history
  10. remove bad header

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    36d333f View commit details
    Browse the repository at this point in the history
  11. move grpc enablement to gcs only

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    74ed3d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. add new cpp test, fix existing test

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    4d8e4ab View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. update flag to string, optimise python side metric fix func

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    2a44aa4 View commit details
    Browse the repository at this point in the history
  2. fix bazel

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    dcc3b90 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into grpc-stats

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    51cad14 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. fix tests

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    c2eb1f0 View commit details
    Browse the repository at this point in the history