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

inflight-logging: Add extra metadata to inflight requests logging #11243

Merged
merged 7 commits into from
Nov 20, 2023

Commits on Nov 16, 2023

  1. logging: Add extra metadata to inflight requests

    This adds extra metadata (similar to what we have in `metrics.go`) but for queries in in-flight (both started and retrying)
    
    Changes:
    Adds following data
    1. Query Hash
    2. Start and End time
    3. Start and End delta
    4. Length of the query
    
    Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
    kavirajk committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    a445068 View commit details
    Browse the repository at this point in the history
  2. Makefile change separate image prefix for build image

    Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
    kavirajk committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    2d7f015 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. replace queryutil -> util

    Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
    kavirajk committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    6081d97 View commit details
    Browse the repository at this point in the history
  2. fix tests

    Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
    kavirajk committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    d344808 View commit details
    Browse the repository at this point in the history
  3. remove double imports

    Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
    kavirajk committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    f45c8c3 View commit details
    Browse the repository at this point in the history
  4. add changelog

    Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
    kavirajk committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    d6e6c04 View commit details
    Browse the repository at this point in the history
  5. make format

    Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
    kavirajk committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    b7d7d4a View commit details
    Browse the repository at this point in the history