-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Added request logging for gRPC and HTTP in the server side #3361
Commits on Feb 12, 2021
-
Added request logging for grpc
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2580544 - Browse repository at this point
Copy the full SHA 2580544View commit details -
Added request logging for grpc
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9a25121 - Browse repository at this point
Copy the full SHA 9a25121View commit details -
changed the logging option to log start and finish of a call
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f525ccb - Browse repository at this point
Copy the full SHA f525ccbView commit details -
added flags for enabling/disabling request logging for grpc
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b6d338c - Browse repository at this point
Copy the full SHA b6d338cView commit details -
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 42d2284 - Browse repository at this point
Copy the full SHA 42d2284View commit details -
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fdbfe9a - Browse repository at this point
Copy the full SHA fdbfe9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0633a92 - Browse repository at this point
Copy the full SHA 0633a92View commit details -
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c5a26f1 - Browse repository at this point
Copy the full SHA c5a26f1View commit details -
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 96fa990 - Browse repository at this point
Copy the full SHA 96fa990View commit details -
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d32d8f2 - Browse repository at this point
Copy the full SHA d32d8f2View commit details -
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bef9889 - Browse repository at this point
Copy the full SHA bef9889View commit details -
renamed requestLoggingDecision to reqLogDecision and some nitcpicks
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 623e017 - Browse repository at this point
Copy the full SHA 623e017View commit details -
Added the check of reusing the request-id if present
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7d5c90b - Browse repository at this point
Copy the full SHA 7d5c90bView commit details -
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6aefc0e - Browse repository at this point
Copy the full SHA 6aefc0eView commit details -
Added the default level of debug and error codes for logging
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 072c645 - Browse repository at this point
Copy the full SHA 072c645View commit details -
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4ed4410 - Browse repository at this point
Copy the full SHA 4ed4410View commit details -
Added a YAML flag for request logging config
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5dd871b - Browse repository at this point
Copy the full SHA 5dd871bView commit details -
Changed the setup signature to accept a reqlog param to be shared amo…
…ng all the components of Thanos. Changed the signature of decision for logging, and pushed the new yaml config among all the middleware Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9b81c85 - Browse repository at this point
Copy the full SHA 9b81c85View commit details -
Updated the grpc middleware package to include the latest signature o…
…f the decider Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 702cab9 - Browse repository at this point
Copy the full SHA 702cab9View commit details -
Added new config files for YAML parsing
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d7b592d - Browse repository at this point
Copy the full SHA d7b592dView commit details -
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cab016f - Browse repository at this point
Copy the full SHA cab016fView commit details -
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5622a1b - Browse repository at this point
Copy the full SHA 5622a1bView commit details -
Added deprecation warning and added a function to reroute logging thr…
…ough one of the flags Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 65632a2 - Browse repository at this point
Copy the full SHA 65632a2View commit details -
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 508d187 - Browse repository at this point
Copy the full SHA 508d187View commit details -
bug fix for reverse logging condition
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a44c6e1 - Browse repository at this point
Copy the full SHA a44c6e1View commit details -
fixed some bugs for evaluating the options and added a warning for de…
…precating flag of log.request.decision Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4bf9742 - Browse repository at this point
Copy the full SHA 4bf9742View commit details -
removed gophercloud from go.mod
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6ff8d57 - Browse repository at this point
Copy the full SHA 6ff8d57View commit details -
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 21eac29 - Browse repository at this point
Copy the full SHA 21eac29View commit details -
* Added a dummy variable which was used by the, to be deprecated flag…
… of request logging * Added a warning that request logging is disabled for tools * Removed a flag which is to be deprecated in the next release Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a762e13 - Browse repository at this point
Copy the full SHA a762e13View commit details -
* Added a fail-first approach if the request logging is incorrectly e…
…nabled. Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 34da06d - Browse repository at this point
Copy the full SHA 34da06dView commit details -
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bc99e87 - Browse repository at this point
Copy the full SHA bc99e87View commit details -
Removed indentation and simplified else conditions
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8f4f1b1 - Browse repository at this point
Copy the full SHA 8f4f1b1View commit details -
break down the yaml struct for grpc and http into its individual configs
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 276f674 - Browse repository at this point
Copy the full SHA 276f674View commit details -
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 20a09d8 - Browse repository at this point
Copy the full SHA 20a09d8View commit details -
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c505074 - Browse repository at this point
Copy the full SHA c505074View commit details -
modified the signature of setup function to the original one
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ef51cad - Browse repository at this point
Copy the full SHA ef51cadView commit details -
removed the message for the flags
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d7e0774 - Browse repository at this point
Copy the full SHA d7e0774View commit details -
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 76710a6 - Browse repository at this point
Copy the full SHA 76710a6View commit details -
Added auto generation scripts for req logging
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bbfebb0 - Browse repository at this point
Copy the full SHA bbfebb0View commit details -
removed request logging from compactor
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 00a9788 - Browse repository at this point
Copy the full SHA 00a9788View commit details -
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1433ddc - Browse repository at this point
Copy the full SHA 1433ddcView commit details -
changed pass by value to pass by reference
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 01686d6 - Browse repository at this point
Copy the full SHA 01686d6View commit details -
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for aa0c220 - Browse repository at this point
Copy the full SHA aa0c220View commit details -
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6e693eb - Browse repository at this point
Copy the full SHA 6e693ebView commit details -
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 425646a - Browse repository at this point
Copy the full SHA 425646aView commit details -
rename ReqlogConfig to RequestConfig
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f7e98c2 - Browse repository at this point
Copy the full SHA f7e98c2View commit details -
Added a validation check so that all the configs are checked before a…
… component starts Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a8170ab - Browse repository at this point
Copy the full SHA a8170abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b86f64 - Browse repository at this point
Copy the full SHA 2b86f64View commit details -
Modify the message for request.logging flag for having a default valu…
…e as null Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 41976b8 - Browse repository at this point
Copy the full SHA 41976b8View commit details -
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c576f05 - Browse repository at this point
Copy the full SHA c576f05View commit details -
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4f52da3 - Browse repository at this point
Copy the full SHA 4f52da3View commit details -
changed the var name to small caps
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 441caa4 - Browse repository at this point
Copy the full SHA 441caa4View commit details -
change errors.Errorf to Wrapf for providing context to error message
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 86801c4 - Browse repository at this point
Copy the full SHA 86801c4View commit details -
move changelog entry to unreleased tag
Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b2c01dd - Browse repository at this point
Copy the full SHA b2c01ddView commit details -
changed request.logging to
request.logging
in the flagsSigned-off-by: Yash Sharma <yashrsharma44@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e588aa1 - Browse repository at this point
Copy the full SHA e588aa1View commit details