Skip to content

Commit e215df4

Browse files
committed
docs: correct Traceroute monitor minimum frequency to 30 seconds (SIM-283)
Traceroute monitors floor at 30s; EVERY_10S/EVERY_20S are not available.
1 parent 4b99321 commit e215df4

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
@@ -231,7 +231,7 @@ new TracerouteMonitor("my-traceroute", {
231231
})
232232
```
233233

234-
**Available frequencies**: `EVERY_10S`, `EVERY_20S`, `EVERY_30S`, `EVERY_1M`, `EVERY_2M`, `EVERY_5M`, `EVERY_10M`, `EVERY_15M`, `EVERY_30M`, `EVERY_1H`, `EVERY_2H`, `EVERY_3H`, `EVERY_6H`, `EVERY_12H`, `EVERY_24H`
234+
**Available frequencies**: `EVERY_30S`, `EVERY_1M`, `EVERY_2M`, `EVERY_5M`, `EVERY_10M`, `EVERY_15M`, `EVERY_30M`, `EVERY_1H`, `EVERY_2H`, `EVERY_3H`, `EVERY_6H`, `EVERY_12H`, `EVERY_24H`. Traceroute monitors do not support sub-30-second frequencies (`EVERY_10S` / `EVERY_20S`).
235235
</ResponseField>
236236

237237
<ResponseField name="locations" type="string[]" default="[]">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The Traceroute response is available as structured JSON. All responses share thi
9595

9696
### Frequency
9797

98-
Set how often the monitor runs (every 10 seconds to 24 hours).
98+
Set how often the monitor runs. Traceroute monitors run at most **once every 30 seconds** (every 30 seconds to 24 hours) — the two sub-30-second frequencies aren't available.
9999

100100
### Scheduling & Locations
101101

0 commit comments

Comments
 (0)