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

Support uploading traces in OpenTelemetry format (OTLP JSON) #2145

Merged
merged 9 commits into from
Mar 4, 2024

Commits on Jan 31, 2024

  1. Add middleware to accept OTLP traces when uploaded

    Signed-off-by: Navin Shrinivas <karupal2002@gmail.com>
    NavinShrinivas committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    b99756d View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Adding unit test middleware

    Signed-off-by: Navin Shrinivas <karupal2002@gmail.com>
    NavinShrinivas committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    ac50454 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Adding more tests and complying to CI/CD pipeline

    Signed-off-by: Navin Shrinivas <karupal2002@gmail.com>
    NavinShrinivas committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    aaced54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9599ede View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Fixing error

    Signed-off-by: Navin Shrinivas <karupal2002@gmail.com>
    NavinShrinivas committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    f3827b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Removing middleware and including API call as part of dispatch func

    Signed-off-by: Navin Shrinivas <karupal2002@gmail.com>
    NavinShrinivas committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    eb689c2 View commit details
    Browse the repository at this point in the history
  2. Adding same test files as backend

    Signed-off-by: Navin Shrinivas <karupal2002@gmail.com>
    NavinShrinivas committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    544bc25 View commit details
    Browse the repository at this point in the history
  3. Removing few useless imports

    Signed-off-by: Navin Shrinivas <karupal2002@gmail.com>
    NavinShrinivas committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    2bd3a2f View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

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