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 b4d831d commit 3dcb2d1Copy full SHA for 3dcb2d1
docs/examples/auto-instrumentation/client.py
@@ -31,6 +31,7 @@
31
BatchSpanProcessor(ConsoleSpanExporter())
32
)
33
34
+# Get parameter from command line argument or use default value "testing"
35
param_value = sys.argv[1] if len(sys.argv) > 1 else "testing"
36
37
with tracer.start_as_current_span("client"):
0 commit comments