Priti Chattopadhyay
Priti Chattopadhyay
Prefix invocationId to logs to track connector request flow across different components. - Create a thread local variable invocationId using uuid which is inherited by child threads. - Set this...
1. Create a new hadoop configuration flag `fs.gs.cloud.logging.enable` to export connector logs to Cloud logging. 2. Create a logging interceptor extending Handler which creates a Google cloud logging client using...
This PR introduces a mechanism to track the usage of specific features in the GCS connector. This is accomplished by adding a new x-goog-storage-hadoop-connector-features header to outgoing JSON and gRPC...