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

[Merged by Bors] - Use ctxzap in GRPC services #4816

Closed
wants to merge 9 commits into from

Commits on Aug 11, 2023

  1. Use ctxzap in GRPC services

    - log start of GRPC call with middleware
    - use context-aware logging in GRPC services with ctxzap
    - give time to send response on AdminService/Recover before shutting
    down
    - shutdown with os.Exit instead of panic on /Recover
    poszu committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    f306107 View commit details
    Browse the repository at this point in the history
  2. Review fixes

    poszu committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    535e9b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    19a1b33 View commit details
    Browse the repository at this point in the history
  2. Satisfy linter

    poszu committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4990289 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd7065f View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    617f9c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5927a12 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    c7100ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce3c3dd View commit details
    Browse the repository at this point in the history