opentelemetry-instrumentation-confluent-kafka 0.44b0__py3-none-any.whl → 0.45b0__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.
@@ -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.45b0"
@@ -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.45b0
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.45b0
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
@@ -1,9 +1,9 @@
1
1
  opentelemetry/instrumentation/confluent_kafka/__init__.py,sha256=9rEx4gizL8GLXzRrAgzGR_B7m7mpzi5_kneH2MogbQk,13390
2
2
  opentelemetry/instrumentation/confluent_kafka/package.py,sha256=uNjGCB1rkU0qOKP-2e3cck1MU2MopuPB3fJt70-jH6I,641
3
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,,
4
+ opentelemetry/instrumentation/confluent_kafka/version.py,sha256=HyCKkZGb11xsSYPWI9CHcfWAYU5IqDVTDpTmCwMvfu0,608
5
+ opentelemetry_instrumentation_confluent_kafka-0.45b0.dist-info/METADATA,sha256=vwcvpJ7tS0BKHzz65b-oqa2LjajZbRZMOZiHXyR8EtI,1705
6
+ opentelemetry_instrumentation_confluent_kafka-0.45b0.dist-info/WHEEL,sha256=uNdcs2TADwSd5pVaP0Z_kcjcvvTUklh2S7bxZMF8Uj0,87
7
+ opentelemetry_instrumentation_confluent_kafka-0.45b0.dist-info/entry_points.txt,sha256=hAIEwx8JI8eFsUgk3ewaMdYw215At11XX-1a4WjAHBY,120
8
+ opentelemetry_instrumentation_confluent_kafka-0.45b0.dist-info/licenses/LICENSE,sha256=h8jwqxShIeVkc8vOo9ynxGYW16f4fVPxLhZKZs0H5U8,11350
9
+ opentelemetry_instrumentation_confluent_kafka-0.45b0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.21.1
2
+ Generator: hatchling 1.22.4
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any