Skip to content

Commit 3dcb2d1

Browse files
committed
add comment explaining parameter usage
1 parent b4d831d commit 3dcb2d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/examples/auto-instrumentation/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
BatchSpanProcessor(ConsoleSpanExporter())
3232
)
3333

34+
# Get parameter from command line argument or use default value "testing"
3435
param_value = sys.argv[1] if len(sys.argv) > 1 else "testing"
3536

3637
with tracer.start_as_current_span("client"):

0 commit comments

Comments
 (0)