Skip to content

Commit fb5b133

Browse files
Update troubleshoot.md
1 parent ac4f030 commit fb5b133

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

articles/internet-analyzer/troubleshoot.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,20 @@ ms.author: dibotero
1313

1414
This article contains troubleshooting steps for common Internet Analyzer issues.
1515

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+
1620
## Azure Portal
1721
**"A scorecard hasn't been generated for the selected filter combination" in the Scorecards section**
1822

1923
Note that:
2024
- Scorecards are generated on a daily basis (at the end of every day, UTC time).
2125
- 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.
2530

2631
## Next steps
2732
Read the [Internet Analyzer FAQ](internet-analyzer-faq.md)

0 commit comments

Comments
 (0)