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

[hotROD] Upgrade hotrod to support otel tracer #4548

Merged
merged 23 commits into from
Jul 15, 2023

Commits on Jul 10, 2023

  1. adds unit test for driver.service server

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

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

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    c8b3136 View commit details
    Browse the repository at this point in the history
  4. refactors ot to otel trace

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    f93973e View commit details
    Browse the repository at this point in the history
  5. adds otelhttp to driver.client

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    a9a576a View commit details
    Browse the repository at this point in the history
  6. adds otel tracer to mysql service

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

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

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

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    
    reformats init otel func
    
    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    945a5f3 View commit details
    Browse the repository at this point in the history
  10. adds span context from trace

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

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    6132dc6 View commit details
    Browse the repository at this point in the history
  12. rmvs baggage items

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    a32768e View commit details
    Browse the repository at this point in the history
  13. cleanup and put the http client in order

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzalbin64 authored and afzal442 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    ef1eb6b View commit details
    Browse the repository at this point in the history
  14. makes http getJson to use Client instance

    Signed-off-by: Afzal <94980910+afzalbin64@users.noreply.github.com>
    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzalbin64 authored and afzal442 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    48b60c1 View commit details
    Browse the repository at this point in the history
  15. adds return obj to handler

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    37357a5 View commit details
    Browse the repository at this point in the history
  16. minor fixes and adds otel baggage syntax

    Signed-off-by: Afzal Ansari <afzal442@gmail.com>
    afzal442 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    3baa22a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5249338 View commit details
    Browse the repository at this point in the history
  18. adds span attributes

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

Commits on Jul 11, 2023

  1. adds baggage member with context

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

    Signed-off-by: Afzal <94980910+afzalbin64@users.noreply.github.com>
    afzalbin64 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    40165c4 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/main' into upgrade-hotrod-to-otel

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

Commits on Jul 12, 2023

  1. adds logger to log the baggage issue

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

Commits on Jul 13, 2023

  1. substitute customer nm with _

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