This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
from 8319957a99b feat(components): use otel2 instead of otel add 3c31b885d37 CAMEL-20937: add azure-storage-queue span decorator (#17545) No new revisions were added by this update. Summary of changes: .../decorators/AzureStorageQueueSpanDecorator.java | 102 +++++++++++++++++++++ .../AzureStorageQueueSpanDecoratorTest.java | 91 ++++++++++++++++++ 2 files changed, 193 insertions(+) create mode 100644 components/camel-tracing/src/main/java/org/apache/camel/tracing/decorators/AzureStorageQueueSpanDecorator.java create mode 100644 components/camel-tracing/src/test/java/org/apache/camel/tracing/decorators/AzureStorageQueueSpanDecoratorTest.java