Skip to content

Create transactions for Azure Service Bus Processors#1331

Merged
russcam merged 2 commits intoelastic:masterfrom
russcam:feature/azure-service-bus-process-message
Jun 24, 2021
Merged

Create transactions for Azure Service Bus Processors#1331
russcam merged 2 commits intoelastic:masterfrom
russcam:feature/azure-service-bus-process-message

Conversation

@russcam
Copy link
Copy Markdown
Contributor

@russcam russcam commented Jun 9, 2021

This commit adds support for creating transactions for
ServiceBusProcessor and ServiceBusSessionProcessor
message processing, and the older Microsoft.Azure.ServiceBus
package equivalents.

Creating a transaction on process start allows a user
to capture spans during message processing.

Closes #1321

@ghost
Copy link
Copy Markdown

ghost commented Jun 9, 2021

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: Pull request #1331 updated

  • Start Time: 2021-06-24T07:24:45.572+0000

  • Duration: 57 min 30 sec

  • Commit: 339bb5d

Test stats 🧪

Test Results
Failed 0
Passed 19637
Skipped 126
Total 19763

Trends 🧪

Image of Build Times

Image of Tests

This commit adds support for creating transactions for
ServiceBusProcessor and ServiceBusSessionProcessor
message processing, and the older Microsoft.Azure.ServiceBus
package equivalents.

Creating a transaction on process start allows a user
to capture spans during message processing.

Closes elastic#1321
@russcam russcam force-pushed the feature/azure-service-bus-process-message branch from 23ab824 to f0a2cb9 Compare June 14, 2021 05:39
@russcam russcam requested a review from gregkalapos June 15, 2021 02:53
Copy link
Copy Markdown
Contributor

@gregkalapos gregkalapos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@russcam russcam merged commit 1c71652 into elastic:master Jun 24, 2021
@russcam russcam deleted the feature/azure-service-bus-process-message branch June 24, 2021 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Azure ServiceBus Receive Transaction not accessible as CurrentTransaction

3 participants