opentelemetry-instrumentation-confluent-kafka 0.49b2__py3-none-any.whl → 0.51b0__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.
@@ -18,7 +18,7 @@ Instrument confluent-kafka-python to report instrumentation-confluent-kafka prod
18
18
  Usage
19
19
  -----
20
20
 
21
- .. code-block:: python
21
+ .. code:: python
22
22
 
23
23
  from opentelemetry.instrumentation.confluent_kafka import ConfluentKafkaInstrumentor
24
24
  from confluent_kafka import Producer, Consumer
@@ -54,7 +54,6 @@ Usage
54
54
  consumer.close()
55
55
 
56
56
  basic_consume_loop(consumer, "my-topic")
57
- ---
58
57
 
59
58
  The _instrument method accepts the following keyword args:
60
59
  tracer_provider (TracerProvider) - an optional tracer provider
@@ -95,7 +94,6 @@ The _instrument method accepts the following keyword args:
95
94
  p.produce('my-topic',b'raw_bytes')
96
95
  msg = c.poll()
97
96
 
98
- ___
99
97
  """
100
98
 
101
99
  from typing import Collection
@@ -13,4 +13,4 @@
13
13
  # limitations under the License.
14
14
 
15
15
 
16
- _instruments = ("confluent-kafka >= 1.8.2, <= 2.4.0",)
16
+ _instruments = ("confluent-kafka >= 1.8.2, <= 2.7.0",)
@@ -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.49b2"
15
+ __version__ = "0.51b0"
@@ -1,10 +1,12 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: opentelemetry-instrumentation-confluent-kafka
3
- Version: 0.49b2
3
+ Version: 0.51b0
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
+ Project-URL: Repository, https://github.com/open-telemetry/opentelemetry-python-contrib
6
7
  Author-email: OpenTelemetry Authors <cncf-opentelemetry-contributors@lists.cncf.io>
7
- License: Apache-2.0
8
+ License-Expression: Apache-2.0
9
+ License-File: LICENSE
8
10
  Classifier: Development Status :: 4 - Beta
9
11
  Classifier: Intended Audience :: Developers
10
12
  Classifier: License :: OSI Approved :: Apache Software License
@@ -15,12 +17,13 @@ Classifier: Programming Language :: Python :: 3.9
15
17
  Classifier: Programming Language :: Python :: 3.10
16
18
  Classifier: Programming Language :: Python :: 3.11
17
19
  Classifier: Programming Language :: Python :: 3.12
20
+ Classifier: Programming Language :: Python :: 3.13
18
21
  Requires-Python: >=3.8
19
22
  Requires-Dist: opentelemetry-api~=1.12
20
- Requires-Dist: opentelemetry-instrumentation==0.49b2
23
+ Requires-Dist: opentelemetry-instrumentation==0.51b0
21
24
  Requires-Dist: wrapt<2.0.0,>=1.0.0
22
25
  Provides-Extra: instruments
23
- Requires-Dist: confluent-kafka<=2.4.0,>=1.8.2; extra == 'instruments'
26
+ Requires-Dist: confluent-kafka<=2.7.0,>=1.8.2; extra == 'instruments'
24
27
  Description-Content-Type: text/x-rst
25
28
 
26
29
  OpenTelemetry confluent-kafka Instrumentation
@@ -44,5 +47,5 @@ Installation
44
47
  References
45
48
  ----------
46
49
 
47
- * `OpenTelemetry confluent-kafka/ Tracing <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/confluent-kafka/confluent-kafka.html>`_
50
+ * `OpenTelemetry confluent-kafka/ Tracing <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/confluent_kafka/confluent_kafka.html>`_
48
51
  * `OpenTelemetry Project <https://opentelemetry.io/>`_
@@ -0,0 +1,9 @@
1
+ opentelemetry/instrumentation/confluent_kafka/__init__.py,sha256=AMQxJ8PMNL5xoC8EXg7RvYD_hUlULTGD6gZUMX3ibVM,14217
2
+ opentelemetry/instrumentation/confluent_kafka/package.py,sha256=9h-63HOIXXxr9PsQbDwR-okJoBGw7P4UT7HEbZKMUdA,641
3
+ opentelemetry/instrumentation/confluent_kafka/utils.py,sha256=EAxdWdx_36rMAbxLnc9Pf2ANZY-CLLBIxQSagZYsSpI,4508
4
+ opentelemetry/instrumentation/confluent_kafka/version.py,sha256=xU54GoF0aIm8WYGdGIfcg45s1dMdG2m5bpBCICAKNEo,608
5
+ opentelemetry_instrumentation_confluent_kafka-0.51b0.dist-info/METADATA,sha256=rHQ0z2V7mcUI1NaQvoPOMiieCIsWSsVgntIuEeAa3DU,2047
6
+ opentelemetry_instrumentation_confluent_kafka-0.51b0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
+ opentelemetry_instrumentation_confluent_kafka-0.51b0.dist-info/entry_points.txt,sha256=hAIEwx8JI8eFsUgk3ewaMdYw215At11XX-1a4WjAHBY,120
8
+ opentelemetry_instrumentation_confluent_kafka-0.51b0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
9
+ opentelemetry_instrumentation_confluent_kafka-0.51b0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.26.3
2
+ Generator: hatchling 1.27.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -1,9 +0,0 @@
1
- opentelemetry/instrumentation/confluent_kafka/__init__.py,sha256=jBSO3Ygop_QTMrcn5lMQkeBEYsaVZtuAEqj1bNeRu4E,14235
2
- opentelemetry/instrumentation/confluent_kafka/package.py,sha256=qHUkPcyPmxXSU2ztkYUBTixbJ0dzXJA_idhtkw73_RI,641
3
- opentelemetry/instrumentation/confluent_kafka/utils.py,sha256=EAxdWdx_36rMAbxLnc9Pf2ANZY-CLLBIxQSagZYsSpI,4508
4
- opentelemetry/instrumentation/confluent_kafka/version.py,sha256=Axuk6SG7SQR82yhUQ-qxl0W3DkT1XdtfwpB4A3PI6pM,608
5
- opentelemetry_instrumentation_confluent_kafka-0.49b2.dist-info/METADATA,sha256=lRB39_9HPWwpqT1ilf2q7xDHqqiD29oDvoxHgBUd1cg,1875
6
- opentelemetry_instrumentation_confluent_kafka-0.49b2.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
7
- opentelemetry_instrumentation_confluent_kafka-0.49b2.dist-info/entry_points.txt,sha256=hAIEwx8JI8eFsUgk3ewaMdYw215At11XX-1a4WjAHBY,120
8
- opentelemetry_instrumentation_confluent_kafka-0.49b2.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
9
- opentelemetry_instrumentation_confluent_kafka-0.49b2.dist-info/RECORD,,