You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Azure ServiceBus instrumentation appears to be causing recursion issues in Kibana when displaying spans for a sent message.
The closest related issue I could find for this was elastic/kibana#167505 which lead me to dig into the span parent IDs.
We have many other instrumented services, most not sending Azure ServiceBus messages which do not encounter this issue. The few services that do send to the ServiceBus, do have this UI error in Kibana.
To Reproduce
Steps to reproduce the behavior:
Add a reference to the Azure.Messaging.ServiceBus Nuget package. We are using 7.17.2.
Create a ServiceBusClient and use that to create a ServiceBusSender for a topic.
Within a transaction, use the ServiceBusSender to send a ServiceBusMessage with SendMessageAsync().
See recursion errors in Kibana APM transaction view when viewing the transaction.
See spans referencing themselves as the parent in Discover view.
Expected behavior
To be able to see the transaction in Kibana without recursion errors.
Actual behavior
Recursion errors.
The text was updated successfully, but these errors were encountered:
@sluebbert, sorry for the lack of response. We fixed what I suspect is the cause in #2455 and released that under 1.30. We have one further bug fix that will go into 1.31 very soon. I'll let you know when that's available and we can hopefully confirm if this fixes your issue here.
APM Agent version
1.26.0 and earlier versions.
Environment
Operating system and version:
Windows 11 and Linux
.NET Framework/Core name and version (e.g. .NET 4.6.2, NET Core 3.1.100) :
.net 8.0
Application Target Framework(s) (e.g. net462, netcoreapp3.1):
net8.0
Describe the bug
The Azure ServiceBus instrumentation appears to be causing recursion issues in Kibana when displaying spans for a sent message.
The closest related issue I could find for this was elastic/kibana#167505 which lead me to dig into the span parent IDs.
We have many other instrumented services, most not sending Azure ServiceBus messages which do not encounter this issue. The few services that do send to the ServiceBus, do have this UI error in Kibana.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
To be able to see the transaction in Kibana without recursion errors.
Actual behavior
Recursion errors.
The text was updated successfully, but these errors were encountered: