Skip to content

Commit

Permalink
Added pricing reference to TCP docs (#1172)
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaya-sys authored Jan 9, 2025
1 parent 6a7bd76 commit 4436e01
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions site/content/docs/monitoring/check-pricing.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Checkly supports different kinds of checks which are billed slightly differently
|------------|--------------------|------------------------|---------------------|
| Browser | $5 per 1k runs | Each location is a run | Each retry is a run |
| API | $2 per 10k runs | Each location is a run | Each retry is a run |
| TCP | $2 per 10k runs | Each location is a run | Each retry is a run |
| Multistep | $2 per 10k requests| Locations x requests | Retries x requests |
| Heartbeat | - | - | - |

Expand All @@ -25,9 +26,9 @@ When configuring your check frequency and scheduling strategy, the cost helper w
<img class="screenshot-partial" alt="cost helper widget" src="/docs/images/monitoring/price-helper.png"/>


## API and Browser checks
## API, TCP and Browser checks

Browser checks and API checks have a base price per check run. Always refer to our [pricing page](https://www.checklyhq.com/pricing/) for the latest prices. The base cost is typically listed as $X per 1k or 10k check runs.
API, TCP and Browser checks have a base price per check run. Always refer to our [pricing page](https://www.checklyhq.com/pricing/) for the latest prices. The base cost is typically listed as $X per 1k or 10k check runs.

> **Example:** If a browser check is running once per hour with a cost of $5 per 1000 check runs, the monthly base cost for the check would be $3.65.
Expand Down
4 changes: 4 additions & 0 deletions site/content/docs/tcp-checks/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@ A TCP check establishes a connection to a specified hostname or IP address and p
## TCP check reporting

Learn more about analyzing your TCP check run results in our [check results documentation](/docs/monitoring/check-results#tcp-check-results).

## TCP check pricing

TCP checks are billed at $2 per 10k runs. For detailed pricing information, visit our [pricing & billing page](/docs/monitoring/check-pricing/#pricing--billing---checkly-docs).

0 comments on commit 4436e01

Please sign in to comment.