Skip to content

Commit

Permalink
Fixed markup syntax for links
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb-elastic committed Aug 3, 2023
1 parent 59fad67 commit d72430d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/observability/synthetics-troubleshooting.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Start by identifying the cause of the issue. First, check if the time it takes t

1. Go to the Synthetics app.
2. Click the monitor, then click **Go to monitor**.
3. Go to the [Overview tab](https://www.elastic.co/guide/en/observability/current/synthetics-analyze.html#synthetics-analyze-individual-monitors-overview) to see the _Avg. duration_. You can also view the duration for individual runs in the [History tab](https://www.elastic.co/guide/en/observability/current/synthetics-analyze.html#synthetics-analyze-individual-monitors-history).
3. Go to the https://www.elastic.co/guide/en/observability/current/synthetics-analyze.html#synthetics-analyze-individual-monitors-overview[Overview tab] to see the _Avg. duration_. You can also view the duration for individual runs in the https://www.elastic.co/guide/en/observability/current/synthetics-analyze.html#synthetics-analyze-individual-monitors-history[History tab].
4. Compare the duration to the scheduled frequency. If the duration is _greater than_ the scheduled frequency, for example if the monitor that takes 90 seconds to run and its scheduled frequency is 1 minute, the next scheduled run will not occur because the current one is still running so you may see results for every other scheduled run.

To fix this, you can either:
Expand All @@ -100,7 +100,7 @@ If the duration is _less than_ the scheduled frequency or the suggestion above d

To fix this issue, you can either:

* Increase the number of concurrent browser monitors allowed (as described in [Scaling Private Locations](https://observability-docs_3105.docs-preview.app.elstc.co/guide/en/observability/master/synthetics-private-location.html#synthetics-private-location-scaling), paying attention to the scaling and hardware requirements documented).
* Increase the number of concurrent browser monitors allowed (as described in https://observability-docs_3105.docs-preview.app.elstc.co/guide/en/observability/master/synthetics-private-location.html#synthetics-private-location-scaling[Scaling Private Locations]), paying attention to the scaling and hardware requirements documented).
* Create multiple Private Locations and spread your browser monitors across them more evenly (effectively horizontally scaling your Private Locations).

[discrete]
Expand Down

0 comments on commit d72430d

Please sign in to comment.