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 e39b544 commit 36a8a90Copy full SHA for 36a8a90
docs/index.rst
@@ -35,7 +35,7 @@ tracing from scratch to a small web app::
35
@route("/home")
36
def home(request):
37
38
- with tracer.trace('web.request',service=service,resource='home') as span:
+ with tracer.trace('web.request', service=service, resource='home') as span:
39
# set some span metadata
40
span.set_tag('web.user', request.username)
41
0 commit comments