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

Replace Jaeger SDK with OTEL SDK + OT Bridge #4574

Merged
merged 37 commits into from
Jul 20, 2023

Commits on Jul 7, 2023

  1. adds OTLP to jtracer

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    29a75e9 View commit details
    Browse the repository at this point in the history
  2. replace ot with otlp

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    9dbdbe0 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. made singleton otel tracer

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    f739427 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. subjugate initialise method to support both tracer

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    d4ce5cf View commit details
    Browse the repository at this point in the history
  2. adds shudown method to tp

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    642d772 View commit details
    Browse the repository at this point in the history
  3. creates tracer in the parent method

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    8425410 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. transform gRPC OT to OTEL

    Signed-off-by: Afzal <94980910+afzalbin64@users.noreply.github.com>
    afzalbin64 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    6bcab4b View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. update http_handler test to support OTEL sdktrace

    Signed-off-by: Afzal <94980910+afzalbin64@users.noreply.github.com>
    afzalbin64 committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    ce29456 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. updates jaeger tracer to shutdown in the main call

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    d429861 View commit details
    Browse the repository at this point in the history
  2. adds gRPC server conn

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    d705dad View commit details
    Browse the repository at this point in the history
  3. adds logger to jtracer and adjsted the tp.shutdown

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    29824ce View commit details
    Browse the repository at this point in the history
  4. adds Close method to jtracer pkg

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    2018857 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. enscapulate err field in jtracer

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    b54e872 View commit details
    Browse the repository at this point in the history
  2. reform tracer in cmd app

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    fd6d707 View commit details
    Browse the repository at this point in the history
  3. modifies jtracer in cmd/app

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    b01349e View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. moves the tracer to main

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    9447bcf View commit details
    Browse the repository at this point in the history
  2. undo reader file changes

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    68ec355 View commit details
    Browse the repository at this point in the history
  3. reformats the jtracer pkg

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    a2eb44a View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. modifies svc name

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    9b2be20 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into add-otel-tp-jtracer

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    9cb1de5 View commit details
    Browse the repository at this point in the history
  3. adds middleware for tracer response

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    2e03743 View commit details
    Browse the repository at this point in the history
  4. adds trace-id url

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    056b81d View commit details
    Browse the repository at this point in the history
  5. reverts prob value

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    7e157eb View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. minor modification around pointers and versions

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    8e96af8 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. pass OTEL tracer into the tracer method

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    88d5f25 View commit details
    Browse the repository at this point in the history
  2. excludes pkg from testing

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    55918b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. rmvs jtracer_test file

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    f26e1b2 View commit details
    Browse the repository at this point in the history
  2. modifies .nocover

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    0eba87a View commit details
    Browse the repository at this point in the history
  3. makes minor modification around *jtracer pointer

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    3600c09 View commit details
    Browse the repository at this point in the history
  4. updates pointer receivers for jtracer

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    7f81f62 View commit details
    Browse the repository at this point in the history
  5. rmv pointer dereferrencing

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    eab6735 View commit details
    Browse the repository at this point in the history
  6. replces with jaeger-all-in-one

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    e419417 View commit details
    Browse the repository at this point in the history
  7. updates the log err

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    22fb80a View commit details
    Browse the repository at this point in the history
  8. updates logger to log err jaeger-query

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    43e5032 View commit details
    Browse the repository at this point in the history
  9. simplifies the traceRes obj

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    c64e90c View commit details
    Browse the repository at this point in the history
  10. adds defer to resp from Do()

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    c2960e3 View commit details
    Browse the repository at this point in the history
  11. rmvs OT tracer

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    f905480 View commit details
    Browse the repository at this point in the history