opentelemetry-instrumentation-confluent-kafka 0.49b1__py3-none-any.whl → 0.50b0__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
@@ -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.49b1"
15
+ __version__ = "0.50b0"
@@ -1,11 +1,10 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: opentelemetry-instrumentation-confluent-kafka
3
- Version: 0.49b1
3
+ Version: 0.50b0
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>
7
- License-Expression: Apache-2.0
8
- License-File: LICENSE
7
+ License: Apache-2.0
9
8
  Classifier: Development Status :: 4 - Beta
10
9
  Classifier: Intended Audience :: Developers
11
10
  Classifier: License :: OSI Approved :: Apache Software License
@@ -18,7 +17,7 @@ Classifier: Programming Language :: Python :: 3.11
18
17
  Classifier: Programming Language :: Python :: 3.12
19
18
  Requires-Python: >=3.8
20
19
  Requires-Dist: opentelemetry-api~=1.12
21
- Requires-Dist: opentelemetry-instrumentation==0.49b1
20
+ Requires-Dist: opentelemetry-instrumentation==0.50b0
22
21
  Requires-Dist: wrapt<2.0.0,>=1.0.0
23
22
  Provides-Extra: instruments
24
23
  Requires-Dist: confluent-kafka<=2.4.0,>=1.8.2; extra == 'instruments'
@@ -45,5 +44,5 @@ Installation
45
44
  References
46
45
  ----------
47
46
 
48
- * `OpenTelemetry confluent-kafka/ Tracing <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/confluent-kafka/confluent-kafka.html>`_
47
+ * `OpenTelemetry confluent-kafka/ Tracing <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/confluent_kafka/confluent_kafka.html>`_
49
48
  * `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=qHUkPcyPmxXSU2ztkYUBTixbJ0dzXJA_idhtkw73_RI,641
3
+ opentelemetry/instrumentation/confluent_kafka/utils.py,sha256=EAxdWdx_36rMAbxLnc9Pf2ANZY-CLLBIxQSagZYsSpI,4508
4
+ opentelemetry/instrumentation/confluent_kafka/version.py,sha256=sBsbV8VQNTte60quPySrr3hMzVnRCO8AnGlwnGPP60o,608
5
+ opentelemetry_instrumentation_confluent_kafka-0.50b0.dist-info/METADATA,sha256=XG_U0VHNKZSIFYjnoouyw0pEH3aXRYfapgm5V2TXmoY,1875
6
+ opentelemetry_instrumentation_confluent_kafka-0.50b0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
7
+ opentelemetry_instrumentation_confluent_kafka-0.50b0.dist-info/entry_points.txt,sha256=hAIEwx8JI8eFsUgk3ewaMdYw215At11XX-1a4WjAHBY,120
8
+ opentelemetry_instrumentation_confluent_kafka-0.50b0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
9
+ opentelemetry_instrumentation_confluent_kafka-0.50b0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.25.0
2
+ Generator: hatchling 1.26.3
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=h6dsqBsePrrYeyzZnEEQ3BnuIeH-0Z6C9cW0S1NrUFQ,608
5
- opentelemetry_instrumentation_confluent_kafka-0.49b1.dist-info/METADATA,sha256=offXuRiRluCQzmja92DLRJCpzExLUzjbv8J7jtYKATI,1908
6
- opentelemetry_instrumentation_confluent_kafka-0.49b1.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
7
- opentelemetry_instrumentation_confluent_kafka-0.49b1.dist-info/entry_points.txt,sha256=hAIEwx8JI8eFsUgk3ewaMdYw215At11XX-1a4WjAHBY,120
8
- opentelemetry_instrumentation_confluent_kafka-0.49b1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
9
- opentelemetry_instrumentation_confluent_kafka-0.49b1.dist-info/RECORD,,