From d3dceb9f8384ea25e093736c9b0f6a1aa6ae2c2e Mon Sep 17 00:00:00 2001 From: tammy-baylis-swi Date: Tue, 14 Jan 2025 10:44:04 -0800 Subject: [PATCH 1/2] Add new Python instrumentors for aiokafka, click --- autoinstrumentation/python/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autoinstrumentation/python/requirements.txt b/autoinstrumentation/python/requirements.txt index 1d579f620f..8b07e1e1f0 100644 --- a/autoinstrumentation/python/requirements.txt +++ b/autoinstrumentation/python/requirements.txt @@ -15,6 +15,7 @@ opentelemetry-propagator-ot-trace==0.50b0 opentelemetry-instrumentation-aio-pika==0.50b0 opentelemetry-instrumentation-aiohttp-client==0.50b0 opentelemetry-instrumentation-aiohttp-server==0.50b0 +opentelemetry-instrumentation-aiokafka==0.50.b0 opentelemetry-instrumentation-aiopg==0.50b0 opentelemetry-instrumentation-asgi==0.50b0 opentelemetry-instrumentation-asyncio==0.50b0 @@ -25,6 +26,7 @@ opentelemetry-instrumentation-boto3sqs==0.50b0 opentelemetry-instrumentation-botocore==0.50b0 opentelemetry-instrumentation-cassandra==0.50b0 opentelemetry-instrumentation-celery==0.50b0 +opentelemetry-instrumentation-click==0.50b0 opentelemetry-instrumentation-confluent-kafka==0.50b0 opentelemetry-instrumentation-dbapi==0.50b0 opentelemetry-instrumentation-django==0.50b0 From 039a25c7f578a069df0649ffe92792af33c17b34 Mon Sep 17 00:00:00 2001 From: tammy-baylis-swi Date: Tue, 14 Jan 2025 11:23:42 -0800 Subject: [PATCH 2/2] Changelog --- .chloggen/add-python-instr-aiokafka-click.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 .chloggen/add-python-instr-aiokafka-click.yaml diff --git a/.chloggen/add-python-instr-aiokafka-click.yaml b/.chloggen/add-python-instr-aiokafka-click.yaml new file mode 100755 index 0000000000..4121ddb4be --- /dev/null +++ b/.chloggen/add-python-instr-aiokafka-click.yaml @@ -0,0 +1,16 @@ +# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' +change_type: enhancement + +# The name of the component, or a single word describing the area of concern, (e.g. collector, target allocator, auto-instrumentation, opamp, github action) +component: auto-instrumentation + +# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). +note: add Python instrumentation of aiokafka, click + +# One or more tracking issues related to the change +issues: [3611] + +# (Optional) One or more lines of additional information to render under the primary note. +# These lines will be padded with 2 spaces and then inserted directly into the document. +# Use pipe (|) for multiline entries. +subtext: