examples/tracing.rb in instana-1.193.4 vs examples/tracing.rb in instana-1.193.5
- old
+ new
@@ -15,9 +15,13 @@
# <start_or_continue_trace> will initiate a new trace. Often used at entry
# points in webservers (e.g. rack), it will initialize tracing and instrument the passed
# block. <incoming_id> is a hash for continuing remote traces (remote in terms
# of service calls, or message queues).
+
+# (c) Copyright IBM Corp. 2021
+# (c) Copyright Instana Inc. 2016
+
Instana::Tracer.start_or_continue_trace(:my_block_name, {}, incoming_context) do
# Code block
end
# <trace> will instrument a block of code in an already running trace.