Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .ci/.matrix_exclude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,3 +357,6 @@ exclude:
FRAMEWORK: httpx-0.14
- VERSION: python-3.13
FRAMEWORK: httpx-0.21
# aiokafka
- VERSION: python-3.6
FRAMEWORK: aiokafka-newest
1 change: 1 addition & 0 deletions .ci/.matrix_framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ FRAMEWORK:
- grpc-newest
- azurefunctions-newest
- azure-newest
- aiokafka-newest
1 change: 1 addition & 0 deletions .ci/.matrix_framework_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,4 @@ FRAMEWORK:
#- grpc-1.24 # This appears to have problems with python>3.6?
- azurefunctions-newest
- azure-newest
- aiokafka-newest
13 changes: 13 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,19 @@ endif::[]
//===== Bug fixes
//

=== Unreleased

// Unreleased changes go here
// When the next release happens, nest these changes under the "Python Agent version 6.x" heading
[float]
===== Features

* Add instrumentation for https://aiokafka.readthedocs.io/en/stable/[`aiokafka`] {pull}2521[#2521]

[float]
===== Bug fixes


[[release-notes-6.x]]
=== Python Agent version 6.x

Expand Down
18 changes: 18 additions & 0 deletions docs/reference/supported-technologies.md
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,24 @@ Collected trace data:
* topic (if applicable)


#### aiokafka [automatic-instrumentation-db-aiokafka]

Library: `aiokafka` (`>=0.12.0,<1`)

Instrumented methods:

* `aiokafka.AIOKafkaConsumer.getone`,
* `aiokafka.AIOKafkaConsumer.getmany`,
* `aiokafka.AIOKafkaProducer.send`,
* `aiokafka.AIOKafkaProducer.send_batch`,
* `aiokafka.AIOKafkaConsumer.__anext__`

Collected trace data:

* Destination (address and port)
* topic (if applicable)


### External HTTP requests [automatic-instrumentation-http]


Expand Down
Loading
Loading