Skip to content

Commit 6554691

Browse files
authored
Merge pull request #3 from Audibene-GMBH/fix/double-end-call
Fix: double end call
2 parents 239f307 + 1de3b7f commit 6554691

File tree

2 files changed

+2
-3
lines changed
  • instrumentation/opentelemetry-instrumentation-pulsar/src/opentelemetry/instrumentation/pulsar

2 files changed

+2
-3
lines changed

instrumentation/opentelemetry-instrumentation-pulsar/src/opentelemetry/instrumentation/pulsar/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ def wrapper( # pylint: disable=function-redefined
142142
message.partition_key(),
143143
)
144144
_enrich_span_with_message(span, message)
145-
message._set_current_span(span)
146145
with trace.use_span(span, True):
147146
return message_listener(consumer, message, *args, **kwargs)
148147

instrumentation/opentelemetry-instrumentation-pulsar/src/opentelemetry/instrumentation/pulsar/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright The OpenTelemetry Authors
2-
#
2+
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
55
# You may obtain a copy of the License at
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.38b0.dev"
15+
__version__ = "0.38b1.dev"

0 commit comments

Comments
 (0)