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
Copy file name to clipboardExpand all lines: articles/service-bus-messaging/service-bus-end-to-end-tracing.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ The `ServiceBusProcessor` class of [Azure Messaging Service Bus client for .NET]
27
27
28
28
### Tracking with Azure Application Insights
29
29
30
-
[Microsoft Application Insights](https://azure.microsoft.com/services/application-insights/) provides rich performance monitoring capabilities including automagical request and dependency tracking.
30
+
[Microsoft Application Insights](/azure/azure-monitor/app/app-insights-overview) provides rich performance monitoring capabilities including automagical request and dependency tracking.
31
31
32
32
Depending on your project type, install Application Insights SDK:
33
33
-[ASP.NET](/azure/azure-monitor/app/asp-net) - install version 2.5-beta2 or higher
@@ -142,7 +142,7 @@ All events will have the following properties that conform with the open telemet
142
142
-`component` – `servicebus`
143
143
144
144
All events also have `Entity` and `Endpoint` properties.
145
-
*`Entity` - - Name of the entity (queue, topic, and so on.)
145
+
*`Entity` - - Name of the entity (queue, topic, and so on.)
146
146
*`Endpoint` - Service Bus endpoint URL
147
147
148
148
### Instrumented operations
@@ -319,7 +319,7 @@ Most probably, you're only interested in 'Stop' events. They provide the result
319
319
Event payload provides a listener with the context of the operation, it replicates API incoming parameters and return value. 'Stop' event payload has all the properties of 'Start' event payload, so you can ignore 'Start' event completely.
320
320
321
321
All events also have 'Entity' and 'Endpoint' properties.
322
-
*`string Entity` - - Name of the entity (queue, topic, etc.)
322
+
*`string Entity` - - Name of the entity (queue, topic, etc.)
323
323
*`Uri Endpoint` - Service Bus endpoint URL
324
324
325
325
Each 'Stop' event has `Status` property with `TaskStatus` async operation was completed with, that is also omitted in the following table for simplicity.
0 commit comments