opentelemetry-instrumentation-confluent-kafka 0.44b0__py3-none-any.whl → 0.46b0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -151,10 +151,10 @@ class ProxiedProducer(Producer):
151
151
  self._tracer = tracer
152
152
 
153
153
  def flush(self, timeout=-1):
154
- self._producer.flush(timeout)
154
+ return self._producer.flush(timeout)
155
155
 
156
156
  def poll(self, timeout=-1):
157
- self._producer.poll(timeout)
157
+ return self._producer.poll(timeout)
158
158
 
159
159
  def produce(
160
160
  self, topic, value=None, *args, **kwargs
@@ -12,4 +12,4 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
- __version__ = "0.44b0"
15
+ __version__ = "0.46b0"
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: opentelemetry-instrumentation-confluent-kafka
3
- Version: 0.44b0
3
+ Version: 0.46b0
4
4
  Summary: OpenTelemetry Confluent Kafka instrumentation
5
5
  Project-URL: Homepage, https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-confluent-kafka
6
6
  Author-email: OpenTelemetry Authors <cncf-opentelemetry-contributors@lists.cncf.io>
@@ -14,11 +14,10 @@ Classifier: Programming Language :: Python :: 3
14
14
  Classifier: Programming Language :: Python :: 3.8
15
15
  Requires-Python: >=3.8
16
16
  Requires-Dist: opentelemetry-api~=1.12
17
+ Requires-Dist: opentelemetry-instrumentation==0.46b0
17
18
  Requires-Dist: wrapt<2.0.0,>=1.0.0
18
19
  Provides-Extra: instruments
19
20
  Requires-Dist: confluent-kafka<=2.3.0,>=1.8.2; extra == 'instruments'
20
- Provides-Extra: test
21
- Requires-Dist: opentelemetry-instrumentation-confluent-kafka[instruments]; extra == 'test'
22
21
  Description-Content-Type: text/x-rst
23
22
 
24
23
  OpenTelemetry confluent-kafka Instrumentation
@@ -0,0 +1,9 @@
1
+ opentelemetry/instrumentation/confluent_kafka/__init__.py,sha256=pYiVUXVjGoqane994zN2A3f13_l4pUHlkAhubZY_8KQ,13404
2
+ opentelemetry/instrumentation/confluent_kafka/package.py,sha256=uNjGCB1rkU0qOKP-2e3cck1MU2MopuPB3fJt70-jH6I,641
3
+ opentelemetry/instrumentation/confluent_kafka/utils.py,sha256=2fGEUpZNKtw2oels6lEYczVuOq1_tJmRjIcaH-3L1Sw,4507
4
+ opentelemetry/instrumentation/confluent_kafka/version.py,sha256=asa7q2ly73330-K1Q7vujpvZk7hfhasEZUzSFDPu1N8,608
5
+ opentelemetry_instrumentation_confluent_kafka-0.46b0.dist-info/METADATA,sha256=Kb0f4eQpewdgKkEYV0uYNd_rmixWot-L5IqI1l4VJhk,1705
6
+ opentelemetry_instrumentation_confluent_kafka-0.46b0.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
7
+ opentelemetry_instrumentation_confluent_kafka-0.46b0.dist-info/entry_points.txt,sha256=hAIEwx8JI8eFsUgk3ewaMdYw215At11XX-1a4WjAHBY,120
8
+ opentelemetry_instrumentation_confluent_kafka-0.46b0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
9
+ opentelemetry_instrumentation_confluent_kafka-0.46b0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.21.1
2
+ Generator: hatchling 1.24.2
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -186,7 +186,7 @@
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright The OpenTelemetry Authors
189
+ Copyright [yyyy] [name of copyright owner]
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
@@ -1,9 +0,0 @@
1
- opentelemetry/instrumentation/confluent_kafka/__init__.py,sha256=9rEx4gizL8GLXzRrAgzGR_B7m7mpzi5_kneH2MogbQk,13390
2
- opentelemetry/instrumentation/confluent_kafka/package.py,sha256=uNjGCB1rkU0qOKP-2e3cck1MU2MopuPB3fJt70-jH6I,641
3
- opentelemetry/instrumentation/confluent_kafka/utils.py,sha256=2fGEUpZNKtw2oels6lEYczVuOq1_tJmRjIcaH-3L1Sw,4507
4
- opentelemetry/instrumentation/confluent_kafka/version.py,sha256=19mImFBLq6Vm8J2PHjFLnLCfNeBJuW5hSl2zbot4J5I,608
5
- opentelemetry_instrumentation_confluent_kafka-0.44b0.dist-info/METADATA,sha256=yuJdSUoy51GDyCBMm8ZoABbK79WLeW35PwZGXwfZY5o,1764
6
- opentelemetry_instrumentation_confluent_kafka-0.44b0.dist-info/WHEEL,sha256=TJPnKdtrSue7xZ_AVGkp9YXcvDrobsjBds1du3Nx6dc,87
7
- opentelemetry_instrumentation_confluent_kafka-0.44b0.dist-info/entry_points.txt,sha256=hAIEwx8JI8eFsUgk3ewaMdYw215At11XX-1a4WjAHBY,120
8
- opentelemetry_instrumentation_confluent_kafka-0.44b0.dist-info/licenses/LICENSE,sha256=h8jwqxShIeVkc8vOo9ynxGYW16f4fVPxLhZKZs0H5U8,11350
9
- opentelemetry_instrumentation_confluent_kafka-0.44b0.dist-info/RECORD,,