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 4af47be commit a24d396Copy full SHA for a24d396
ext/opentelemetry-ext-azure-monitor/examples/server.py
@@ -31,6 +31,7 @@
31
app = flask.Flask(__name__)
32
app.wsgi_app = OpenTelemetryMiddleware(app.wsgi_app)
33
34
+
35
@app.route("/")
36
def hello():
37
with trace.tracer().start_span("parent"):
0 commit comments