Skip to content

Commit 9eac594

Browse files
Merge pull request #291746 from jaganth/docs-editor/service-bus-end-to-end-tracing-1733860052
Update service-bus-end-to-end-tracing.md
2 parents b6b30f3 + ad2e309 commit 9eac594

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The `ServiceBusProcessor` class of [Azure Messaging Service Bus client for .NET]
2727

2828
### Tracking with Azure Application Insights
2929

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.
3131

3232
Depending on your project type, install Application Insights SDK:
3333
- [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
142142
- `component``servicebus`
143143

144144
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.)
146146
* `Endpoint` - Service Bus endpoint URL
147147

148148
### Instrumented operations
@@ -319,7 +319,7 @@ Most probably, you're only interested in 'Stop' events. They provide the result
319319
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.
320320

321321
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.)
323323
* `Uri Endpoint` - Service Bus endpoint URL
324324

325325
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

Comments
 (0)