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 HTTP exporting to OpenTelemetry Tracer #28454

Closed

Commits on Jun 19, 2023

  1. Refactor gRPC exporter to use general base class we can later reuse

    Signed-off-by: Alex Ellis <ellisonjtk@gmail.com>
    AlexanderEllis committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    59868bf View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Update OpenTelemetryConfig with HTTP-related config

    Signed-off-by: Alex Ellis <ellisonjtk@gmail.com>
    AlexanderEllis committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    2ee33ca View commit details
    Browse the repository at this point in the history
  2. Write and wire up HTTP trace exporter

    Signed-off-by: Alex Ellis <ellisonjtk@gmail.com>
    AlexanderEllis committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    a0a2129 View commit details
    Browse the repository at this point in the history
  3. Code formatting

    Signed-off-by: Alex Ellis <ellisonjtk@gmail.com>
    AlexanderEllis committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    1455975 View commit details
    Browse the repository at this point in the history
  4. Proto format

    Signed-off-by: Alex Ellis <ellisonjtk@gmail.com>
    AlexanderEllis committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    a7fa79b View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Add basic tests

    Signed-off-by: Alex Ellis <ellisonjtk@gmail.com>
    AlexanderEllis committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    b707eae View commit details
    Browse the repository at this point in the history
  2. code format

    Signed-off-by: Alex Ellis <ellisonjtk@gmail.com>
    AlexanderEllis committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    a530005 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Add additional counters for http exporter and test

    Signed-off-by: Alex Ellis <ellisonjtk@gmail.com>
    AlexanderEllis committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    85b0607 View commit details
    Browse the repository at this point in the history
  2. Formatting

    Signed-off-by: Alex Ellis <ellisonjtk@gmail.com>
    AlexanderEllis committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    0952ef9 View commit details
    Browse the repository at this point in the history
  3. Coverage improvements

    Signed-off-by: Alex Ellis <ellisonjtk@gmail.com>
    AlexanderEllis committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    82f9426 View commit details
    Browse the repository at this point in the history
  4. Formatting

    Signed-off-by: Alex Ellis <ellisonjtk@gmail.com>
    AlexanderEllis committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    66a10c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Add higher level Driver test for HTTP exporting

    Signed-off-by: Alex Ellis <ellisonjtk@gmail.com>
    AlexanderEllis committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e3be1ff View commit details
    Browse the repository at this point in the history
  2. More formatting

    Signed-off-by: Alex Ellis <ellisonjtk@gmail.com>
    AlexanderEllis committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    85e7428 View commit details
    Browse the repository at this point in the history
  3. Clang tidy

    Signed-off-by: Alex Ellis <ellisonjtk@gmail.com>
    AlexanderEllis committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    2553904 View commit details
    Browse the repository at this point in the history