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

Add grpc.aio instrumentation to be auto-instrumented #1442

Merged
merged 6 commits into from
Nov 22, 2022

Commits on Nov 15, 2022

  1. Add grpc.aio instrumentation to be auto-instrumented

    PR open-telemetry#1245 added grpc.aio instrumentation. It included the auto
    instrumentor for grpc.aio but did not include the entry-points hook for
    it to be run automatically on boot.
    
    Currently, you need to manually include the instrumentor and call it.
    This makes that automatic and in line with the plain grpc
    instrumentation.
    cookiefission committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    e02b167 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    cookiefission committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    847d303 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

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

Commits on Nov 18, 2022

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

Commits on Nov 21, 2022

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

Commits on Nov 22, 2022

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