[Event Hubs] Tracing: Periodic calls to getEventHubProperties
reported on unrelated operation
#32549
Open
2 of 6 tasks
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Event Hubs
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
@azure/event-hubs
5.12.2
22.10.1
5.7.2
Describe the bug
We have a NodeJS service that sends events to an event hub as part of handling an incoming HTTP request.
We use Application Insights, and when looking at transaction of the first HTTP request that the service has handled, we see that there are many unrelated logs that are reported on this HTTP request.
The logs are of a periodic tasks that starts with "EnvironmentCredential.getToken" and ends with "ManagementClient.getEventHubProperties", as seen in the screenshot below.
To Reproduce
Send events as part of an HTTP transaction.
Expected behavior
I expect that those periodic tasks will use their own operation without a parent.
Screenshots
Additional context
I have several questions regarding this behavior:
client.getPartitionIds()
as an health check. Can it be the trigger to my problem?Thanks,
Yehoshua
The text was updated successfully, but these errors were encountered: