Skip to content

Commit 2749693

Browse files
committed
update
1 parent 0c814e5 commit 2749693

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/service-bus-messaging/service-bus-end-to-end-tracing.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,7 @@ If you are running any external code in addition to the Application Insights SDK
8686

8787
![Longer duration in Application Insights log](./media/service-bus-end-to-end-tracing/longer-duration.png)
8888

89-
It doesn't mean that there was a delay in receiving the message. In this scenario, the message has already been received since the message is passed in as a parameter to the SDK code. And, the **name** tag in the App Insights logs (**Process**) indicates that the message is now being processed by your external event processing code. This issue is not Azure-related. Instead, these metrics refer to the efficiency of your external code given that the message has already been received from Service Bus.
90-
91-
See [this file on GitHub](https://github.com/Azure/azure-sdk-for-net/blob/4bab05144ce647cc9e704d46d3763de5f9681ee0/sdk/servicebus/Microsoft.Azure.ServiceBus/src/ServiceBusDiagnosticsSource.cs) to see where the **Process**" tag is generated and assigned once the message has been received from Service Bus:
89+
It doesn't mean that there was a delay in receiving the message. In this scenario, the message has already been received since the message is passed in as a parameter to the SDK code. And, the **name** tag in the App Insights logs (**Process**) indicates that the message is now being processed by your external event processing code. This issue is not Azure-related. Instead, these metrics refer to the efficiency of your external code given that the message has already been received from Service Bus. See [this file on GitHub](https://github.com/Azure/azure-sdk-for-net/blob/4bab05144ce647cc9e704d46d3763de5f9681ee0/sdk/servicebus/Microsoft.Azure.ServiceBus/src/ServiceBusDiagnosticsSource.cs) to see where the **Process**" tag is generated and assigned once the message has been received from Service Bus.
9290

9391
### Tracking without tracing system
9492
In case your tracing system does not support automatic Service Bus calls tracking you may be looking into adding such support into a tracing system or into your application. This section describes diagnostics events sent by Service Bus .NET client.

0 commit comments

Comments
 (0)