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

[query] Use OTEL's helpers for http server #6121

Merged
merged 23 commits into from
Oct 30, 2024

Commits on Oct 26, 2024

  1. Use OTEL Helper For Creating HTTP Server

    Signed-off-by: Mahad Zaryab <[email protected]>
    mahadzaryab1 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    e5fa520 View commit details
    Browse the repository at this point in the history
  2. Remove OTEL HTTP Handler

    Signed-off-by: Mahad Zaryab <[email protected]>
    mahadzaryab1 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    2c15f77 View commit details
    Browse the repository at this point in the history
  3. Add Route Tag Handler Back

    Signed-off-by: Mahad Zaryab <[email protected]>
    mahadzaryab1 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    fc87756 View commit details
    Browse the repository at this point in the history
  4. Remove Commented Out Test

    Signed-off-by: Mahad Zaryab <[email protected]>
    mahadzaryab1 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    e45171c View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Move Handling Logic Inline

    Signed-off-by: Mahad Zaryab <[email protected]>
    mahadzaryab1 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    bd25103 View commit details
    Browse the repository at this point in the history
  2. Factor Common Functionality Into Helper

    Signed-off-by: Mahad Zaryab <[email protected]>
    mahadzaryab1 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    49ddae6 View commit details
    Browse the repository at this point in the history
  3. Fix Linting

    Signed-off-by: Mahad Zaryab <[email protected]>
    mahadzaryab1 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    396f634 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8feb37 View commit details
    Browse the repository at this point in the history
  5. Move Tenancy Handler To Server

    Signed-off-by: Mahad Zaryab <[email protected]>
    mahadzaryab1 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    a1beee7 View commit details
    Browse the repository at this point in the history
  6. Revert "Move Tenancy Handler To Server"

    This reverts commit a1beee7.
    
    Signed-off-by: Mahad Zaryab <[email protected]>
    mahadzaryab1 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    55ac282 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48b8934 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'main' into http-otel

    Signed-off-by: Yuri Shkuro <[email protected]>
    yurishkuro authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    7862645 View commit details
    Browse the repository at this point in the history
  9. fix merge issues

    Signed-off-by: Yuri Shkuro <[email protected]>
    yurishkuro committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    461c50f View commit details
    Browse the repository at this point in the history
  10. Fix Lint Error

    Signed-off-by: Mahad Zaryab <[email protected]>
    mahadzaryab1 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    019ff4a View commit details
    Browse the repository at this point in the history
  11. Add Span Name Handler

    Signed-off-by: Mahad Zaryab <[email protected]>
    mahadzaryab1 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    ad7f508 View commit details
    Browse the repository at this point in the history
  12. Add More Tests

    Signed-off-by: Mahad Zaryab <[email protected]>
    mahadzaryab1 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    c4d7ec9 View commit details
    Browse the repository at this point in the history
  13. Add More Tests

    Signed-off-by: Mahad Zaryab <[email protected]>
    mahadzaryab1 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    2ef9db3 View commit details
    Browse the repository at this point in the history
  14. Fix Lint

    Signed-off-by: Mahad Zaryab <[email protected]>
    mahadzaryab1 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    1024943 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'main' into http-otel

    Signed-off-by: Mahad Zaryab <[email protected]>
    mahadzaryab1 authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    32a1327 View commit details
    Browse the repository at this point in the history
  16. Fix Naming

    Signed-off-by: Mahad Zaryab <[email protected]>
    mahadzaryab1 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    00eef24 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Only Use OTEL's Helper To Create Server

    Signed-off-by: Mahad Zaryab <[email protected]>
    mahadzaryab1 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    59da7c0 View commit details
    Browse the repository at this point in the history
  2. Revert Test Name

    Signed-off-by: Mahad Zaryab <[email protected]>
    mahadzaryab1 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    8e2eeb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8c5d5c View commit details
    Browse the repository at this point in the history