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 request tracing framework #7648

Merged
merged 43 commits into from
Jun 28, 2023

Commits on May 29, 2023

  1. Add request tracing framework

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed May 29, 2023
    Configuration menu
    Copy the full SHA
    53ca1dc View commit details
    Browse the repository at this point in the history
  2. Extract Otel dependencies to a separate module

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed May 29, 2023
    Configuration menu
    Copy the full SHA
    f275db8 View commit details
    Browse the repository at this point in the history
  3. Fix javadocs error

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed May 29, 2023
    Configuration menu
    Copy the full SHA
    0d67058 View commit details
    Browse the repository at this point in the history
  4. Add request tracing framework

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed May 29, 2023
    Configuration menu
    Copy the full SHA
    a2dd91d View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Address PR comments

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed May 30, 2023
    Configuration menu
    Copy the full SHA
    d8bfde9 View commit details
    Browse the repository at this point in the history
  2. Fixed test

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed May 30, 2023
    Configuration menu
    Copy the full SHA
    ddfdbf6 View commit details
    Browse the repository at this point in the history
  3. Add unit tests

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed May 30, 2023
    Configuration menu
    Copy the full SHA
    bf36b6b View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Refactor code

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed May 31, 2023
    Configuration menu
    Copy the full SHA
    11c95ba View commit details
    Browse the repository at this point in the history
  2. Add unit tests

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed May 31, 2023
    Configuration menu
    Copy the full SHA
    b1647f1 View commit details
    Browse the repository at this point in the history
  3. Add unit tests

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed May 31, 2023
    Configuration menu
    Copy the full SHA
    881fedd View commit details
    Browse the repository at this point in the history
  4. dummy commit

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed May 31, 2023
    Configuration menu
    Copy the full SHA
    49a10de View commit details
    Browse the repository at this point in the history
  5. Adding instrumentation in search flow

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed May 31, 2023
    Configuration menu
    Copy the full SHA
    3a23e46 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Revert "Adding instrumentation in search flow"

    This reverts commit 3a23e46.
    
    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    4a6ded3 View commit details
    Browse the repository at this point in the history
  2. Extract foundation telemetry classes to libs

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    e394149 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Fixed unit tests

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    ec378e3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into main-opentelemetry

    Signed-off-by: suraj kumar <surajkumar.tu@gmail.com>
    suranjay committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    e8332dc View commit details
    Browse the repository at this point in the history
  3. Fix type cast error

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    3317ae7 View commit details
    Browse the repository at this point in the history
  4. Fix type cast error in tests

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    278d4ac View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. Address PR comments

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    117762d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into main-opentelemetry

    Signed-off-by: suraj kumar <surajkumar.tu@gmail.com>
    suranjay committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    a4d0c2e View commit details
    Browse the repository at this point in the history
  3. Return close on span creation

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    ba4dd16 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Ensure span level is less than parent's level

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    aa7ef69 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Address PR comments

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    8d096c2 View commit details
    Browse the repository at this point in the history
  2. Remove Level

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    51d2e3f View commit details
    Browse the repository at this point in the history
  3. Remove parent override

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    55e5039 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into main-opentelemetry

    Signed-off-by: suraj kumar <surajkumar.tu@gmail.com>
    suranjay committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    4714934 View commit details
    Browse the repository at this point in the history
  5. Address PR comments

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    abc3029 View commit details
    Browse the repository at this point in the history
  6. fix javadoc errors

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    c5b1153 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Address PR comments

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    39aa3a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. move otel to plugin

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    8595058 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into main-opentelemetry

    Signed-off-by: suraj kumar <surajkumar.tu@gmail.com>
    suranjay committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    d034a6b View commit details
    Browse the repository at this point in the history
  3. Fix javadocs error

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    5565027 View commit details
    Browse the repository at this point in the history
  4. Fix javadocs error

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    c15cc62 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Address PR comments

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    59b54df View commit details
    Browse the repository at this point in the history
  2. Fix javadocs error

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    4157401 View commit details
    Browse the repository at this point in the history
  3. Add unit tests coverage

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    01acc4a View commit details
    Browse the repository at this point in the history
  4. Introduce ThreadContextStatePropagator to propagate request and trans…

    …ient headers within ThreadContext
    
    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    reta committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    b1d87af View commit details
    Browse the repository at this point in the history
  5. Remove optional telemetry

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    830af09 View commit details
    Browse the repository at this point in the history
  6. Fix NPE

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    5d28259 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Use created span

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    7a8f1c7 View commit details
    Browse the repository at this point in the history
  2. Rename plugin class

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    f2b1417 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Remove endSpan method

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    7637b37 View commit details
    Browse the repository at this point in the history
  2. merge changes from main

    Signed-off-by: suranjay <surajkumar.tu@gmail.com>
    suranjay committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    7591c1f View commit details
    Browse the repository at this point in the history