Skip to content

Commit d1d209d

Browse files
committed
docs: fix Traceroute private locations — monitors support public and private locations
Remove incorrect statement that private locations are unsupported; update the Scheduling & Locations bullet to match ICMP/TCP docs.
1 parent 0cceec1 commit d1d209d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

constructs/traceroute-monitor.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ new TracerouteMonitor("my-traceroute", {
235235
</ResponseField>
236236

237237
<ResponseField name="locations" type="string[]" default="[]">
238-
Array of [public location codes](/concepts/locations/#public-locations) where the Traceroute Monitor should run from. Multiple locations help detect regional routing differences.
238+
Array of [public location codes](/concepts/locations/#public-locations) where the Traceroute Monitor should run from. Use `privateLocations` for [private locations](/platform/private-locations/overview). Multiple locations help detect regional routing differences.
239239

240240
**Usage:**
241241

detect/uptime-monitoring/traceroute-monitors/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Set how often the monitor runs (every 10 seconds to 24 hours).
100100
### Scheduling & Locations
101101

102102
* **Strategy:** Choose between round-robin or parallel execution. Learn more about [scheduling strategies](/concepts/scheduling)
103-
* **Locations:** Select [public locations](/concepts/locations/#public-locations) to run the monitor from
103+
* **Locations:** Select [public](/concepts/locations/#public-locations) or [private](/platform/private-locations/overview) locations to run the monitor from
104104

105105
### Additional Settings
106106

0 commit comments

Comments
 (0)