Skip to content

Commit 89a9737

Browse files
Merge pull request #234760 from pritamso/Broken-link-fix-bwren
LinkFix: Broken link fixed
2 parents 519a216 + 166c693 commit 89a9737

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

articles/azure-monitor/azure-monitor-operations-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ If your monitoring of a business application is limited to functionality provide
129129
- Collect detailed application usage and performance data such as response time, failure rates, and request rates.
130130
- Collect browser data such as page views and load performance.
131131
- Detect exceptions and drill into stack trace and related requests.
132-
- Perform advanced analysis using features such as [distributed tracing](app/distributed-tracing.md) and [smart detection](alerts/proactive-diagnostics.md).
132+
- Perform advanced analysis using features such as [distributed tracing](app/distributed-tracing-telemetry-correlation.md) and [smart detection](alerts/proactive-diagnostics.md).
133133
- Use [metrics explorer](essentials/metrics-getting-started.md) to interactively analyze performance data.
134134
- Use [log queries](logs/log-query-overview.md) to interactively analyze collected telemetry together with data collected for Azure services and VM insights.
135135

articles/azure-monitor/data-platform.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ Read more about Azure Monitor logs including their sources of data in [Logs in A
5353

5454
Traces are series of related events that follow a user request through a distributed system. They can be used to determine the behavior of application code and the performance of different transactions. While logs will often be created by individual components of a distributed system, a trace measures the operation and performance of your application across the entire set of components.
5555

56-
Distributed tracing in Azure Monitor is enabled with the [Application Insights SDK](app/distributed-tracing.md). Trace data is stored with other application log data collected by Application Insights. This way it's available to the same analysis tools as other log data including log queries, dashboards, and alerts.
56+
Distributed tracing in Azure Monitor is enabled with the [Application Insights SDK](app/distributed-tracing-telemetry-correlation.md). Trace data is stored with other application log data collected by Application Insights. This way it's available to the same analysis tools as other log data including log queries, dashboards, and alerts.
5757

58-
Read more about distributed tracing at [What is distributed tracing?](app/distributed-tracing.md).
58+
Read more about distributed tracing at [What is distributed tracing?](app/distributed-tracing-telemetry-correlation.md).
5959

6060
### Changes
6161

articles/azure-monitor/data-sources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ When you enable Application Insights for an application by installing an instrum
182182
| Destination | Description | Reference |
183183
|:---|:---|:---|
184184
| Azure Monitor Logs | Operational data about your application including page views, application requests, exceptions, and traces. | [Analyze log data in Azure Monitor](logs/log-query-overview.md) |
185-
| | Dependency information between application components to support Application Map and telemetry correlation. | [Telemetry correlation in Application Insights](app/correlation.md) <br> [Application Map](app/app-map.md) |
185+
| | Dependency information between application components to support Application Map and telemetry correlation. | [Telemetry correlation in Application Insights](app/distributed-tracing-telemetry-correlation.md) <br> [Application Map](app/app-map.md) |
186186
| | Results of availability tests that test the availability and responsiveness of your application from different locations on the public Internet. | [Monitor availability and responsiveness of any web site](/previous-versions/azure/azure-monitor/app/monitor-web-app-availability) |
187187
| Azure Monitor Metrics | Application Insights collects metrics describing the performance and operation of the application in addition to custom metrics that you define in your application into the Azure Monitor metrics database. | [Log-based and pre-aggregated metrics in Application Insights](app/pre-aggregated-metrics-log-metrics.md)<br>[Application Insights API for custom events and metrics](app/api-custom-events-metrics.md) |
188188
| Azure Monitor Change Analysis | Change Analysis detects and provides insights on various types of changes in your application. | [Use Change Analysis in Azure Monitor](./change/change-analysis.md) |

articles/azure-monitor/faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -891,15 +891,15 @@ sections:
891891
892892
|Feature | .NET | Node.js | Python | Java |
893893
|---------------------------------------------------------------------------------------------------------|-----------|-----------|-----------|--------------------|
894-
| [Distributed tracing](app/distributed-tracing.md) | :warning: | :warning: | :warning: | :white_check_mark: |
894+
| [Distributed tracing](app/distributed-tracing-telemetry-correlation.md) | :warning: | :warning: | :warning: | :white_check_mark: |
895895
| [Custom metrics](app/opentelemetry-enable.md#add-custom-metrics) | :warning: | :warning: | :warning: | :white_check_mark: |
896896
| [Standard metrics](app/standard-metrics.md) (accuracy currently affected by sampling) | :warning: | :warning: | :warning: | :white_check_mark: |
897897
| [Fixed-rate sampling](app/sampling.md) | :warning: | :warning: | :warning: | :white_check_mark: |
898898
| [Offline storage and automatic retries](app/opentelemetry-enable.md#offline-storage-and-automatic-retries)| :warning: | :warning: | :warning: | :white_check_mark: |
899899
| [Exception reporting](app/asp-net-exceptions.md) | :warning: | :warning: | :warning: | :white_check_mark: |
900900
| [Logs collection](app/asp-net-trace-logs.md) | :x: | :x: | :x: | :white_check_mark: |
901901
| [Azure Active Directory authentication](app/azure-ad-authentication.md) | :x: | :x: | :x: | :white_check_mark: |
902-
| [Autopopulate cloud role name/role instance on Azure](app/correlation.md#role-names) | :x: | :x: | :x: | :white_check_mark: |
902+
| [Autopopulate cloud role name/role instance on Azure](app/distributed-tracing-telemetry-correlation.md#role-names) | :x: | :x: | :x: | :white_check_mark: |
903903
| [Live metrics](app/live-stream.md) | :x: | :x: | :x: | :white_check_mark: |
904904
| Autopopulation of user ID, authenticated user ID, and user IP | :x: | :x: | :x: | :white_check_mark: |
905905
| Manually override/set operation name, user ID, or authenticated user ID | :x: | :x: | :x: | :white_check_mark: |

0 commit comments

Comments
 (0)