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/azure-monitor/app/distributed-tracing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ The following pages consist of language-by-language guidance to enable and confi
55
55
56
56
In addition to the Application Insights SDKs, Application Insights also supports distributed tracing through [OpenCensus](https://opencensus.io/). OpenCensus is an open-source, vendor-agnostic, single distribution of libraries to provide metrics collection and distributed tracing for services. It also enables the open-source community to enable distributed tracing with popular technologies like Redis, Memcached, or MongoDB. [Microsoft collaborates on OpenCensus with several other monitoring and cloud partners](https://open.microsoft.com/2018/06/13/microsoft-joins-the-opencensus-project/).
57
57
58
-
[Python](opencensus-python.md)
58
+
For more information on OpenCensus for Python, see [Set up Azure Monitor for your Python application](opencensus-python.md).
59
59
60
60
The OpenCensus website maintains API reference documentation for [Python](https://opencensus.io/api/python/trace/usage.html), [Go](https://godoc.org/go.opencensus.io), and various guides for using OpenCensus.
> For readability and to reduce possible JavaScript errors, all of the possible configuration options are listed on a new line in the preceding snippet code. If you don't want to change the value of a commented line, it can be removed.
83
+
> For readability and to reduce possible JavaScript errors, all the possible configuration options are listed on a new line in the preceding snippet code. If you don't want to change the value of a commented line, it can be removed.
84
84
85
85
#### Report script load failures
86
86
@@ -142,7 +142,7 @@ This telemetry includes:
142
142
- Exception details and message accompanying the error.
143
143
- Line and column number of the error.
144
144
- URL where the error was raised.
145
-
-**Network Dependency Requests** made by your app **XHR** and **Fetch** (fetch collection is disabled by default) requests, include information on the:
145
+
-**Network Dependency Requests** made by your app **XHR** and **Fetch** (fetch collection is disabled by default) requests include information on the:
146
146
- URL of dependency source.
147
147
- Command and method used to request the dependency.
148
148
- Duration of the request.
@@ -490,13 +490,13 @@ While the script is downloading from the CDN, all tracking of your page is queue
WeneedtoensurethatthisSDKcontinuesto"work"anddoesn't break the JavaScript execution when it'sloadedbyanolderbrowser. Itwouldbeidealtonotsupportolderbrowsers, butnumerouslargecustomerscan't control which browser their users choose to use.
496
496
497
497
Thisstatementdoes*not*meanthatwe'll only support the lowest common set of features. We need to maintain ES3 code compatibility. New features will need to be added in a manner that wouldn'tbreakES3JavaScriptparsingandaddedasanoptionalfeature.
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/monitor-web-app-availability.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.reviewer: sdash
8
8
9
9
# Monitor availability with URL ping tests
10
10
11
-
The name *URL ping test* is a bit of a misnomer. These tests don't use Internet Control Message Protocol (ICMP) to check your site's availability. Instead, they use more advanced HTTP request functionality to validate whether an endpoint is responding. They measure the performance associated with that response. They also add the ability to set custom success criteria, coupled with more advanced features like parsing dependent requests and allowing for retries.
11
+
The name *URL ping test* is a bit of a misnomer. These tests don't use the Internet Control Message Protocol (ICMP) to check your site's availability. Instead, they use more advanced HTTP request functionality to validate whether an endpoint is responding. They measure the performance associated with that response. They also add the ability to set custom success criteria, coupled with more advanced features like parsing dependent requests and allowing for retries.
12
12
13
13
To create an availability test, you need to use an existing Application Insights resource or [create an Application Insights resource](create-new-resource.md).
14
14
@@ -33,7 +33,7 @@ To create your first availability request:
33
33
|Parse dependent requests| The test requests images, scripts, style files, and other files that are part of the webpage under test. The recorded response time includes the time taken to get these files. The test fails if any of these resources can't be successfully downloaded within the timeout for the whole test. If the option isn't enabled, the test only requests the file at the URL that you specified. Enabling this option results in a stricter check. The test might fail for cases that aren't noticeable from manually browsing through the site.
34
34
|Enable retries|When the test fails, it's retried after a short interval. A failure is reported only if three successive attempts fail. Subsequent tests are then performed at the usual test frequency. Retry is temporarily suspended until the next success. This rule is applied independently at each test location. *We recommend this option*. On average, about 80 percent of failures disappear on retry.|
35
35
|Test frequency| This setting determines how often the test is run from each test location. With a default frequency of five minutes and five test locations, your site is tested every minute on average.|
36
-
|Test locations| The values for this setting are the places from which servers send web requests to your URL. *We recommend a minimum of five test locations* to ensure that you can distinguish problems in your website from network issues. You can select up to 16 locations.
36
+
|Test locations| The values for this setting are the places from which servers send web requests to your URL. *We recommend a minimum of 5 test locations* to ensure that you can distinguish problems in your website from network issues. You can select up to 16 locations.
37
37
38
38
If your URL isn't visible from the public internet, you can choose to selectively open your firewall to allow only the test transactions through. To learn more about the firewall exceptions for availability test agents, consult the [IP address guide](./ip-addresses.md#availability-tests).
0 commit comments