Skip to content

Commit aeef182

Browse files
authored
docs(storage): region tags for otel quickstart (googleapis#15065)
* docs(storage): region tags for otel quickstart * fix typo
1 parent c2f731a commit aeef182

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google/cloud/opentelemetry/quickstart/quickstart.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
//! [all]
15+
//! [all] [START storage_enable_otel_tracing]
1616
#include "google/cloud/opentelemetry/configure_basic_tracing.h"
1717
#include "google/cloud/storage/client.h"
1818
#include "google/cloud/opentelemetry_options.h"
@@ -63,4 +63,4 @@ int main(int argc, char* argv[]) {
6363

6464
return 0;
6565
}
66-
//! [all]
66+
//! [all] [END storage_enable_otel_tracing]

0 commit comments

Comments
 (0)