While writing some examples for google/cloud/iam/ (they will help me understand credentials for the GUAC project) I discovered that GOOGLE_CLOUD_CPP_ENABLE_TRACING does not seem to work for generated clients. At a guess, the tracing components in google::cloud::Options is not getting initialized from the environment variable.
While writing some examples for
google/cloud/iam/
(they will help me understand credentials for the GUAC project) I discovered thatGOOGLE_CLOUD_CPP_ENABLE_TRACING
does not seem to work for generated clients. At a guess, the tracing components ingoogle::cloud::Options
is not getting initialized from the environment variable.