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

A72: OpenTelemetry Tracing #389

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 22, 2023

  1. start

    YifeiZhuang committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    1d5b48c View commit details
    Browse the repository at this point in the history
  2. rename to A67

    YifeiZhuang committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    67e34e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    392a533 View commit details
    Browse the repository at this point in the history
  4. rename A72

    YifeiZhuang committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    7f668a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. minor fixes

    YifeiZhuang committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    0041641 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    7a6e596 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    ejona's language suggestion
    
    Co-authored-by: Eric Anderson <ejona@google.com>
    YifeiZhuang and ejona86 committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    6bc027e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bb3823 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. minor fix

    YifeiZhuang committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    5dbbc13 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Meeting AI 01/08/2024

    1. [done] Add that OpenTelemetry module should document that things/configurations will change as OT changes.
    2. [done] Move C++ fast path to rationale. Capture two alternatives about the fast path that may have in the future.
    3. [done] Update C++ API about adding a new method in OpenTelemetryPluginBuilder, and reference to the current code and the gRFC.
    4. [todo] complete the C++ GrpcTraceBinPropagator and GrpcTextMapCarrier
    YifeiZhuang committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    7b48df4 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Fill up C++ sections

    yashykt committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    8631cee View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Reviewer comments

    yashykt committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    528dd82 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from yashykt/ot-tracing

    Fill up C++ sections
    YifeiZhuang committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    cf24140 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

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

Commits on Mar 19, 2024

  1. re-structure the content

    YifeiZhuang committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    8a0f8f7 View commit details
    Browse the repository at this point in the history
  2. separate c++ comment

    YifeiZhuang committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    942b9b6 View commit details
    Browse the repository at this point in the history
  3. minor change

    YifeiZhuang committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    eea0571 View commit details
    Browse the repository at this point in the history
  4. rephrase

    YifeiZhuang committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    a2c420e View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    a39af0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50565d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. re-structure

    YifeiZhuang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    28d9f51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d89763 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

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

Commits on Mar 27, 2024

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

Commits on Apr 5, 2024

  1. clarify the second message for compressed/uncompressed message name, …

    …remove to transport and form wire
    YifeiZhuang committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    3e26373 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. scheme for the name of uncompressed message size outbound, and compre…

    …ssed message size inbound
    YifeiZhuang committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    3885cd8 View commit details
    Browse the repository at this point in the history
  2. Add Python draft API

    XuanWang-Amos committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    c866de5 View commit details
    Browse the repository at this point in the history
  3. Fix format issue

    XuanWang-Amos committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    a346c24 View commit details
    Browse the repository at this point in the history