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

server: introduce ServerMetricRecorder API and move per-call reporting from a C++ interceptor to a C-core filter #32106

Merged
merged 44 commits into from
Feb 1, 2023

Commits on Jan 17, 2023

  1. backend metric sampling

    yousukseung committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    e0b7519 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Comments addressed.

    yousukseung committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    4147529 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d0e1bf View commit details
    Browse the repository at this point in the history
  3. More comments addressed.

    yousukseung committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    29b4da6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46913b8 View commit details
    Browse the repository at this point in the history
  5. Removed empty lines

    yousukseung committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    122e975 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. Configuration menu
    Copy the full SHA
    a3099bd View commit details
    Browse the repository at this point in the history
  2. Comments addressed.

    yousukseung committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    d75e814 View commit details
    Browse the repository at this point in the history
  3. More comments addressed

    yousukseung committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    816a8af View commit details
    Browse the repository at this point in the history
  4. More comments addressed.

    yousukseung committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    7855ea4 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Comments fixed

    yousukseung committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    1448113 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ca1a8b View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

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

Commits on Jan 26, 2023

  1. Comments addressed.

    yousukseung committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    4221d88 View commit details
    Browse the repository at this point in the history
  2. Test fixed

    yousukseung committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    eca48d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    604df1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0da8bfe View commit details
    Browse the repository at this point in the history
  5. Fixed ABSL_GUARDED_BY

    yousukseung committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    8f586e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    d0ce562 View commit details
    Browse the repository at this point in the history
  2. test updated

    yousukseung committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    bfc0dc0 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Comments addressed

    yousukseung committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    2367bf6 View commit details
    Browse the repository at this point in the history
  2. BUILD fix.

    yousukseung committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    b471024 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5669e86 View commit details
    Browse the repository at this point in the history
  4. comments addressed

    yousukseung committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    33aa915 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dddc849 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d58771f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4c2c860 View commit details
    Browse the repository at this point in the history
  8. Fixed xds tests

    yousukseung committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    90f6ec6 View commit details
    Browse the repository at this point in the history
  9. Ran generate_projects.sh

    yousukseung committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    c21d62a View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Comments addressed

    yousukseung committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    a286a88 View commit details
    Browse the repository at this point in the history
  2. comments addressed.

    yousukseung committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    42be5de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c327577 View commit details
    Browse the repository at this point in the history
  4. generate project

    yousukseung committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    63afafb View commit details
    Browse the repository at this point in the history
  5. Build fixed

    yousukseung committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    cc228d1 View commit details
    Browse the repository at this point in the history
  6. generate project

    yousukseung committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    886494d View commit details
    Browse the repository at this point in the history
  7. sanity check errors fixed

    yousukseung committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    2b8e52e View commit details
    Browse the repository at this point in the history
  8. test fixed

    yousukseung committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    e22b336 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    21d8bf4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    198eeba View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Clang fixes, sanitize

    yousukseung committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    7616eb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d96d88b View commit details
    Browse the repository at this point in the history
  3. generate_projects.sh

    yousukseung committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    a1b77c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4632a63 View commit details
    Browse the repository at this point in the history
  5. Removed outdated comment

    yousukseung committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    35c9dc0 View commit details
    Browse the repository at this point in the history