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 732916e commit 7aee849Copy full SHA for 7aee849
trace/main.py
@@ -17,13 +17,13 @@
17
18
from flask import Flask, redirect, url_for
19
20
-# [START trace-setup-python-configure]
+# [START trace_setup_python_configure]
21
from opencensus.trace.exporters import stackdriver_exporter
22
import opencensus.trace.tracer
23
24
exporter = stackdriver_exporter.StackdriverExporter()
25
tracer = opencensus.trace.tracer.Tracer(exporter=exporter)
26
-# [END trace-setup-python-configure]
+# [END trace_setup_python_configure]
27
28
app = Flask(__name__)
29
0 commit comments