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

otelgrpc: Add metrics support to NewServerHandler and NewClientHandler #4356

Merged

Commits on Nov 3, 2023

  1. otelgrpc stats.Handler support metric

    Signed-off-by: Ziqi Zhao <zhaoziqi9146@gmail.com>
    fatsheep9146 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    17d82e6 View commit details
    Browse the repository at this point in the history
  2. refract the unit test & change duration to float64

    Signed-off-by: Ziqi Zhao <zhaoziqi9146@gmail.com>
    fatsheep9146 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    80c2927 View commit details
    Browse the repository at this point in the history
  3. rename the test function

    Signed-off-by: Ziqi Zhao <zhaoziqi9146@gmail.com>
    fatsheep9146 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    39b0b97 View commit details
    Browse the repository at this point in the history
  4. modify unit test to compare scopeMetrics directly

    Signed-off-by: Ziqi Zhao <zhaoziqi9146@gmail.com>
    fatsheep9146 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    37de1ec View commit details
    Browse the repository at this point in the history
  5. move all metrics into config

    Signed-off-by: Ziqi Zhao <zhaoziqi9146@gmail.com>
    fatsheep9146 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    e455fd2 View commit details
    Browse the repository at this point in the history
  6. fix interceptor unit test

    Signed-off-by: Ziqi Zhao <zhaoziqi9146@gmail.com>
    fatsheep9146 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    01d8b15 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. add withcancel context

    Signed-off-by: Ziqi Zhao <zhaoziqi9146@gmail.com>
    fatsheep9146 committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    686a761 View commit details
    Browse the repository at this point in the history
  2. fix for failed lint

    Signed-off-by: Ziqi Zhao <zhaoziqi9146@gmail.com>
    fatsheep9146 committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    74ca71a View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    977d89f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da2f358 View commit details
    Browse the repository at this point in the history