googleapis / google-cloud-cpp

C++ Client Libraries for Google Cloud Services
https://cloud.google.com/
Apache License 2.0
554 stars 374 forks source link

[Generator] use GOOGLE_CLOUD_CPP_ENABLE_TRACING to initialize tracing components #6185

Closed coryan closed 2 years ago

coryan commented 3 years ago

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.

devbww commented 2 years ago

It looks like this was fixed by #8294, yes?

coryan commented 2 years ago

You are correct. Closing.