We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f731a commit aeef182Copy full SHA for aeef182
google/cloud/opentelemetry/quickstart/quickstart.cc
@@ -12,7 +12,7 @@
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
-//! [all]
+//! [all] [START storage_enable_otel_tracing]
16
#include "google/cloud/opentelemetry/configure_basic_tracing.h"
17
#include "google/cloud/storage/client.h"
18
#include "google/cloud/opentelemetry_options.h"
@@ -63,4 +63,4 @@ int main(int argc, char* argv[]) {
63
64
return 0;
65
}
66
+//! [all] [END storage_enable_otel_tracing]
0 commit comments