Skip to content

Commit

Permalink
Merge pull request #760 from MicrosoftDocs/main
Browse files Browse the repository at this point in the history
12/10/2024 PM Publish
  • Loading branch information
Taojunshen authored Dec 10, 2024
2 parents 7a1632c + 4930413 commit 8aacea0
Show file tree
Hide file tree
Showing 25 changed files with 160 additions and 144 deletions.
8 changes: 4 additions & 4 deletions articles/azure-monitor/alerts/smart-detection-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The notifications include diagnostic information. Here's an example:
2. **Scope**. Is the problem affecting all traffic, or just some pages? Is it restricted to particular browsers or locations? This information can be obtained from the notification.
3. **Diagnose**. Often, the diagnostic information in the notification will suggest the nature of the problem. For example, if response time slows down when request rate is high, it may indicate that your server or dependencies are beyond their capacity.

Otherwise, open the Performance pane in Application Insights. You'll find there [Profiler](../profiler/profiler.md) data. If exceptions are thrown, you can also try the [snapshot debugger](../snapshot-debugger/snapshot-debugger.md).
Otherwise, open the **Performance** pane in Application Insights where you find [.NET Profiler](../profiler/profiler.md) data. If exceptions are thrown, you can also try the [Snapshot Debugger](../snapshot-debugger/snapshot-debugger.md).

## Configure Email Notifications

Expand Down Expand Up @@ -121,7 +121,7 @@ The response time degradation notification tells you:
* Count of this operation requests on the day of the detection and seven days before.
* Correlation between degradation in this operation and degradations in related dependencies.
* Links to help you diagnose the problem.
* Profiler traces can help you view where operation time is spent. The link is available if Profiler trace examples exist for this operation.
* .NET Profiler traces can help you view where operation time is spent. The link is available if .NET Profiler trace examples exist for this operation.
* Performance reports in Metric Explorer, where you can slice and dice time range/filters for this operation.
* Search for this call to view specific call properties.
* Failure reports - If count > 1, it means that there were failures in this operation that might have contributed to performance degradation.
Expand Down Expand Up @@ -169,8 +169,8 @@ Modify the time range and filters to explore the telemetry.
## Next steps
These diagnostic tools help you inspect the telemetry from your app:

* [Profiler](../profiler/profiler.md)
* [snapshot debugger](../snapshot-debugger/snapshot-debugger.md)
* [Enable the .NET Profiler for Azure App Service apps](../profiler/profiler.md)
* [Snapshot Debugger](../snapshot-debugger/snapshot-debugger.md)
* [Analytics](../logs/log-analytics-tutorial.md)
* [Analytics smart diagnostics](../logs/log-query-overview.md)

Expand Down
2 changes: 1 addition & 1 deletion articles/azure-monitor/app/app-insights-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Application Insights provides many experiences to enhance the performance, relia

### Code analysis

* [Profiler](../profiler/profiler-overview.md): Capture, identify, and view performance traces for your application.
* [.NET Profiler](../profiler/profiler-overview.md): Capture, identify, and view performance traces for your application.
* [Code optimizations](../insights/code-optimizations.md): Harness AI to create better and more efficient applications.
* [Snapshot debugger](../snapshot-debugger/snapshot-debugger.md): Automatically collect debug snapshots when exceptions occur in .NET application

Expand Down
2 changes: 1 addition & 1 deletion articles/azure-monitor/app/asp-net-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Select the **Samples** button at the bottom right. Then select a sample to see t

### Profile your live site

The [Application Insights profiler](../../azure-monitor/app/profiler.md) traces HTTP calls to your live site and shows you the functions in your code that took the longest time.
The [.NET Profiler](../../azure-monitor/app/profiler.md) traces HTTP calls to your live site and shows you the functions in your code that took the longest time.

## Failed requests

Expand Down
2 changes: 1 addition & 1 deletion articles/azure-monitor/app/azure-ad-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The following Software Development Kits (SDKs) and features are unsupported for
* [ApplicationInsights JavaScript web SDK](javascript.md).
* [Application Insights OpenCensus Python SDK](/previous-versions/azure/azure-monitor/app/opencensus-python) with Python version 3.4 and 3.5.
* [AutoInstrumentation for Python on Azure App Service](azure-web-apps-python.md)
* [Profiler](profiler-overview.md).
* [Application Insights Profiler for .NET](profiler-overview.md).

<a name='configure-and-enable-azure-ad-based-authentication'></a>

Expand Down
8 changes: 4 additions & 4 deletions articles/azure-monitor/app/codeless-app-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ In order to enable telemetry collection with Application Insights, only the foll
| XDT_MicrosoftApplicationInsights_Java | Flag to control if Java agent is included. | `0` or `1` (only applicable in Windows). |

> [!NOTE]
> Profiler and Snapshot Debugger aren't available for Java applications.
> Snapshot Debugger isn't available for Java applications.
## [Node.js](#tab/nodejs)

Expand All @@ -445,7 +445,7 @@ In order to enable telemetry collection with Application Insights, only the foll
| XDT_MicrosoftApplicationInsights_NodeJS | Flag to control if Node.js agent is included. | `0` or `1` (only applicable in Windows). |

> [!NOTE]
> Profiler and Snapshot Debugger aren't available for Node.js applications.
> Snapshot Debugger isn't available for Node.js applications.
## [Python (Preview)](#tab/python)

Expand All @@ -459,7 +459,7 @@ In order to enable telemetry collection with Application Insights, only the foll
| ApplicationInsightsAgent_EXTENSION_VERSION | Main extension, which controls runtime monitoring. | `~3` |

> [!NOTE]
> Profiler and Snapshot Debugger aren't available for Python applications.
> Snapshot Debugger isn't available for Python applications.
---

Expand Down Expand Up @@ -951,7 +951,7 @@ Release notes for Python will show here.

## Next steps

* [Run Profiler](./profiler.md) on your live app.
* [Enable the .NET Profiler for Azure App Service apps](./profiler.md) on your live app.
* [Enable Azure diagnostics](../agents/diagnostics-extension-to-application-insights.md) to be sent to Application Insights.
* [Monitor service health metrics](../data-platform.md) to make sure your service is available and responsive.
* [Receive alert notifications](../alerts/alerts-overview.md) whenever operational events happen or metrics cross a threshold.
Expand Down
10 changes: 5 additions & 5 deletions articles/azure-monitor/app/connection-strings.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ For more information, see [Regions that require endpoint modification](./create-

* [Telemetry Ingestion](./app-insights-overview.md): `dc`
* [Live Metrics](./live-stream.md): `live`
* [Profiler](./profiler-overview.md): `profiler`
* [Profiler for .NET](./profiler-overview.md): `profiler`
* [Snapshot](./snapshot-debugger.md): `snapshot`

## Connection string examples
Expand All @@ -97,8 +97,8 @@ In this example, the connection string specifies the endpoint suffix and the SDK
* Instrumentation key: 00000000-0000-0000-0000-000000000000
* The regional service Uniform Resource Identifiers (URIs) are based on the provided endpoint suffix:
* Ingestion: `https://dc.ai.contoso.com`
* Live metrics: `https://live.ai.contoso.com`
* Profiler: `https://profiler.ai.contoso.com`
* Live Metrics: `https://live.ai.contoso.com`
* Profiler for .NET: `https://profiler.ai.contoso.com`
* Debugger: `https://snapshot.ai.contoso.com`

### Connection string with explicit endpoint overrides
Expand All @@ -111,8 +111,8 @@ In this example, the connection string specifies explicit overrides for every se
* Instrumentation key: 00000000-0000-0000-0000-000000000000
* The regional service URIs are based on the explicit override values:
* Ingestion: `https://custom.com:111/`
* Live metrics: `https://custom.com:222/`
* Profiler: `https://custom.com:333/`
* Live Metrics: `https://custom.com:222/`
* Profiler for .NET: `https://custom.com:333/`
* Debugger: `https://custom.com:444/`

### Connection string with an explicit region
Expand Down
2 changes: 1 addition & 1 deletion articles/azure-monitor/app/create-workspace-resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Workspace-based Application Insights integrates with Azure Monitor and Log Analy

- [Customer-managed key](../logs/customer-managed-keys.md) encrypts your data at rest with keys only you access.
- [Azure Private Link](../logs/private-link-security.md) securely connects Azure PaaS services to your virtual network using private endpoints.
- [Bring your own storage (BYOS) for Profiler and Snapshot Debugger](./profiler-bring-your-own-storage.md) lets you manage data from Application Insights [Profiler](../profiler/profiler-overview.md) and [Snapshot Debugger](../snapshot-debugger/snapshot-debugger.md) with policies on encryption, lifetime, and network access.
- [Bring your own storage (BYOS) for .NET Profiler and Snapshot Debugger](./profiler-bring-your-own-storage.md) lets you manage data from [.NET Profiler](../profiler/profiler-overview.md) and [Snapshot Debugger](../snapshot-debugger/snapshot-debugger.md) with policies on encryption, lifetime, and network access.
- [Commitment tiers](../logs/cost-logs.md#commitment-tiers) offer up to a 30% saving over pay-as-you-go pricing.
- Log Analytics streaming processes data more quickly.

Expand Down
Loading

0 comments on commit 8aacea0

Please sign in to comment.