Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Riccardo Magliocchetti <[email protected]>
  • Loading branch information
dimastbk and xrmx committed Aug 31, 2024
1 parent 97d6e76 commit e7ea0a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OpenTelemetry AIOKafka integration
OpenTelemetry aiokafka integration
======================================

|pypi|
Expand All @@ -17,6 +17,6 @@ Installation
References
----------

* `OpenTelemetry AIOKafka Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/aiokafka/aiokafka.html>`_
* `OpenTelemetry aiokafka Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/aiokafka/aiokafka.html>`_
* `OpenTelemetry Project <https://opentelemetry.io/>`_
* `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples>`_
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "opentelemetry-instrumentation-aiokafka"
dynamic = ["version"]
description = "OpenTelemetry AIOKafka instrumentation"
description = "OpenTelemetry aiokafka instrumentation"
readme = "README.rst"
license = "Apache-2.0"
requires-python = ">=3.8"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from opentelemetry.instrumentation.aiokafka import AIOKafkaInstrumentor


class TestKafka(TestCase):
class TestAIOKafka(TestCase):
def test_instrument_api(self) -> None:
instrumentation = AIOKafkaInstrumentor()

Expand Down

0 comments on commit e7ea0a7

Please sign in to comment.