Skip to content

Commit a96e88a

Browse files
authored
Merge pull request #103609 from Diego-Perez-Botero/master
Updating Internet Analyzer troubleshooting with new error message
2 parents 796acd9 + b1e450b commit a96e88a

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

articles/internet-analyzer/troubleshoot.md

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

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

16-
## Azure Portal
17-
**"Not enough measurements have been collected for this scorecard" in the Scorecards section**
18-
19-
Note that:
16+
## Things to keep in mind
2017
- 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.
2118
- 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.
22-
- 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.
19+
20+
## Azure portal
21+
**"A scorecard hasn't been generated for the selected filter combination" in the Scorecards section**
2322
- Scorecards are generated on a daily basis (at the end of every day, UTC time).
2423
- Scorecards are only generated if more than 100 measurements were collected for the selected filter combination (Test, Time Period, Country, etc.).
2524

25+
**"Total Measurement Count" is zero for one or both endpoints in a test**
26+
- 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.
27+
- 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.
28+
2629
## Next steps
2730
Read the [Internet Analyzer FAQ](internet-analyzer-faq.md)

0 commit comments

Comments
 (0)