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 integration #476

Merged
merged 68 commits into from
Mar 31, 2020
Merged

gRPC integration #476

merged 68 commits into from
Mar 31, 2020

Commits on Mar 10, 2020

  1. Add package boilerplate

    c24t committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    1f772fa View commit details
    Browse the repository at this point in the history
  2. Copy OC examples

    c24t committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    3377e9e View commit details
    Browse the repository at this point in the history
  3. Move examples, add boilerplate

    c24t committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    38bb4ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7182f3d View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Add gRPC unary examples

    c24t committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    9e4cbca View commit details
    Browse the repository at this point in the history
  2. Add stub docs

    c24t committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    72a8247 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d09a0e9 View commit details
    Browse the repository at this point in the history
  4. Extend server example

    c24t committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    d11b855 View commit details
    Browse the repository at this point in the history
  5. Add server interceptor tests

    c24t committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    0c33c80 View commit details
    Browse the repository at this point in the history
  6. TODOs

    c24t committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    f0b0ba5 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Missing init

    c24t committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    483c32f View commit details
    Browse the repository at this point in the history
  2. Copy grpc_opentracing

    c24t committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    88e9467 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    c24t committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    987d6d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Configuration menu
    Copy the full SHA
    3c80b31 View commit details
    Browse the repository at this point in the history
  2. Add wait_for_termination

    c24t committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    19d91ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a74710 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20c0e9f View commit details
    Browse the repository at this point in the history
  5. Use get/set_tracer_provider

    c24t committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    b597a80 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f24f826 View commit details
    Browse the repository at this point in the history
  7. Update generated gRPC files

    c24t committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    6a104cc View commit details
    Browse the repository at this point in the history
  8. Instrument gRPC examples

    c24t committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    5846938 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    82a78de View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aa79c70 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Update server tests

    c24t committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    3845604 View commit details
    Browse the repository at this point in the history
  2. Set server context explicitly

    c24t committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    9cf65ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    835e831 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55efac2 View commit details
    Browse the repository at this point in the history
  5. Exclude gRPC examples from lint

    c24t committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    82530ae View commit details
    Browse the repository at this point in the history
  6. Remove OC interceptors

    c24t committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    8ea858f View commit details
    Browse the repository at this point in the history
  7. Update server context managers

    c24t committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    ac10d52 View commit details
    Browse the repository at this point in the history
  8. s/OpenTelemetry/OpenTracing/

    c24t committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    60afdb8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fa18357 View commit details
    Browse the repository at this point in the history
  10. Make examples portable

    c24t committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    bc585d4 View commit details
    Browse the repository at this point in the history
  11. Lint, blacken

    c24t committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    a3e0c86 View commit details
    Browse the repository at this point in the history
  12. Don't lint generated files

    c24t committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    401b488 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Remove extra test file

    c24t committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    47e4eed View commit details
    Browse the repository at this point in the history
  2. Update ext/opentelemetry-ext-grpc/src/opentelemetry/ext/grpc/version.py

    Co-Authored-By: alrex <alrex.boten@gmail.com>
    c24t and codeboten committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    bb33a9d View commit details
    Browse the repository at this point in the history
  3. Remove old example dir

    c24t committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    3d49b86 View commit details
    Browse the repository at this point in the history
  4. Remove copyright year (open-telemetry#523)

    It is not needed and becomes a burden of maintaince work.
    mauriciovasquezbernal authored and c24t committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    df9f745 View commit details
    Browse the repository at this point in the history
  5. Update PyPI classifiers (open-telemetry#525)

    - Update development status to beta
    - Add Python 3.8 to list of languages
    mauriciovasquezbernal authored and c24t committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    656d3a4 View commit details
    Browse the repository at this point in the history
  6. Add indicator if SpanContext was propagated from remote parent (open-…

    …telemetry#516)
    
    According to the spec a SpanContext should have an indicator if it was propagated from a remote parent.
    
    Introduces an is_remote flag on the SpanContext which gets set when the SpanContext is extracted in a propagaton.
    mariojonke authored and c24t committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    8c495e1 View commit details
    Browse the repository at this point in the history
  7. docs: Remove authors from releases (open-telemetry#531)

    A git shortlog provides the same functionality.
    
    Signed-off-by: Daniel González Lopes <danielgonzalezlopes@gmail.com>
    dgzlopes authored and c24t committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    ae08b19 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8100ab6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d4b9ca0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e9c0f94 View commit details
    Browse the repository at this point in the history
  11. Formatting fix

    c24t committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    b484813 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

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

Commits on Mar 30, 2020

  1. Remove commented code

    c24t committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    2ae99f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    720f074 View commit details
    Browse the repository at this point in the history
  3. need a lock when initializing the context

    Alex Boten committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    9392b67 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from codeboten/grpc-again

    need a lock when initializing the context
    c24t committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    c10b76f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a545cdd View commit details
    Browse the repository at this point in the history
  6. Don't lint generated files

    c24t committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    ac3e617 View commit details
    Browse the repository at this point in the history
  7. Fix now-unused import

    c24t committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    88a21ff View commit details
    Browse the repository at this point in the history
  8. Pylint grpcext fixes

    c24t committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    ef080be View commit details
    Browse the repository at this point in the history
  9. Pylint fixes

    c24t committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    a6eb598 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aeb7b5f View commit details
    Browse the repository at this point in the history
  11. Pylint fixes, ignores

    c24t committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    08e6687 View commit details
    Browse the repository at this point in the history
  12. More pylint fixes

    c24t committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    59858d4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4288861 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9f5c85a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    eca618c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4e048e0 View commit details
    Browse the repository at this point in the history
  17. fixing lint

    toumorokoshi committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    7b950a8 View commit details
    Browse the repository at this point in the history
  18. Less silly documentation

    c24t committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    06b4c19 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Configuration menu
    Copy the full SHA
    8956bfb View commit details
    Browse the repository at this point in the history
  2. Add missing test init

    c24t committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    a8d07cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12db93b View commit details
    Browse the repository at this point in the history