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 to UI in OpenTelemetry format (OTLP JSON) #5155

Merged
merged 14 commits into from
Feb 14, 2024

Commits on Jan 23, 2024

  1. Add endpoints to allow uploading OTLP traces

    Signed-off-by: Navin Shrinivas <karupal2002@gmail.com>
    
    partial work for issue jaegertracing#4949
    NavinShrinivas committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    817db96 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Refactoring and fixes for endpoint in backend

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

Commits on Jan 31, 2024

  1. Placing functions in correct files

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

Commits on Feb 1, 2024

  1. Add fixtures and Unit tests for API

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

Commits on Feb 7, 2024

  1. Fixing test and complying with linter

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

Commits on Feb 8, 2024

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

Commits on Feb 10, 2024

  1. Fixings tests and merging into one function

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

Commits on Feb 11, 2024

  1. Reducing marshalling and Unmarshal in test and higher test coverage

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

Commits on Feb 13, 2024

  1. Making tests simpler

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

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    1685cd2 View commit details
    Browse the repository at this point in the history
  2. improve tests

    Signed-off-by: Yuri Shkuro <github@ysh.us>
    yurishkuro committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    6e20daf View commit details
    Browse the repository at this point in the history
  3. use same trace id, two spans

    Signed-off-by: Yuri Shkuro <github@ysh.us>
    yurishkuro committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    463556c View commit details
    Browse the repository at this point in the history