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

gRPC Instrumentation - Support of metrics, messages as span events, conformity to official grpc.ClientInterceptor and bug fixes #1227

Open
wants to merge 25 commits into
base: main
Choose a base branch
from

Commits on Aug 14, 2022

  1. added RPC system as enum

    CoLa5 committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    a268f71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebc89a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4e25cb View commit details
    Browse the repository at this point in the history
  4. added meter instrumentation

    CoLa5 committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    0fc6a53 View commit details
    Browse the repository at this point in the history
  5. added test of events and test cases for streaming abort, cancel, erro…

    …r and raised exception
    CoLa5 committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    38f24b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e69c84 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2a48ea9 View commit details
    Browse the repository at this point in the history
  8. Added types for typing

    CoLa5 committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    f98d1d2 View commit details
    Browse the repository at this point in the history
  9. added event metric recorder

    CoLa5 committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    cfe7aff View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ead3ec0 View commit details
    Browse the repository at this point in the history
  11. added tests of metrics

    CoLa5 committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    4124cb8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c98611f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9222eba View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a7f2d26 View commit details
    Browse the repository at this point in the history
  15. added streaming redezvous type

    CoLa5 committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    94236c8 View commit details
    Browse the repository at this point in the history
  16. Complete redesign of OpenTelemetryClientInterceptor including support…

    … of metrics, tracing of messages and changed API to officical grpc.ClientInterceptor API
    CoLa5 committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    b826aac View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3a0d04a View commit details
    Browse the repository at this point in the history
  18. not needed anymore

    CoLa5 committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    fe7ca2a View commit details
    Browse the repository at this point in the history
  19. data point seen not logical

    CoLa5 committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    f00384a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6e40e6d View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. Configuration menu
    Copy the full SHA
    7cda95b View commit details
    Browse the repository at this point in the history
  2. updated changelog

    CoLa5 committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    7008cac View commit details
    Browse the repository at this point in the history
  3. Formatted with Black

    CoLa5 committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    1cb46ce View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Configuration menu
    Copy the full SHA
    e998041 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    563d348 View commit details
    Browse the repository at this point in the history