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/internet-analyzer/troubleshoot.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,20 @@ ms.author: dibotero
13
13
14
14
This article contains troubleshooting steps for common Internet Analyzer issues.
15
15
16
+
## Things to keep in mind
17
+
- The client script must be embedded into an **HTTPS** website. Measurements won't be collected if the script runs in a plaintext (**http://**) or local (**file://**) website.
18
+
- Measurement data will only be collected if the Internet Analyzer profile's client script has been embedded into an application that is receiving real user traffic. Synthetic traffic (for example, Azure WebApp Performance Tests) does not typically execute embedded Javascript code, so no measurements will be generated by that type of traffic.
19
+
16
20
## Azure Portal
17
21
**"A scorecard hasn't been generated for the selected filter combination" in the Scorecards section**
18
22
19
23
Note that:
20
24
- Scorecards are generated on a daily basis (at the end of every day, UTC time).
21
25
- Scorecards are only generated if more than 100 measurements were collected for the selected filter combination (Test, Time Period, Country, etc.).
22
-
- The client script must be embedded into an **HTTPS** website. Measurements won't be collected if the script runs in a plaintext (**http://**) or local (**file://**) website.
23
-
- Measurement data will only be collected if the Internet Analyzer profile's client script has been embedded into an application that is receiving real user traffic. Synthetic traffic (for example, Azure WebApp Performance Tests) does not typically execute embedded Javascript code, so no measurements will be generated by that type of traffic.
24
-
- Time series are generated once an hour, so you’ll need to wait at least that amount of time for new measurement data to show up.
26
+
27
+
**"Total Measurement Count" is zero for one or both endpoints in a test**
28
+
- Time series and measurement counts are computed once an hour, so you’ll need to wait at least that amount of time for new measurement data to show up.
29
+
- Internet Analyzer only counts successful measurements (i.e., HTTP 200 responses) for its analysis. If one or both endpoints in a test are unreachable or returning a non-200 HTTP code, they will show up with zero total measurements.
25
30
26
31
## Next steps
27
32
Read the [Internet Analyzer FAQ](internet-analyzer-faq.md)
0 commit comments