Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions platform/data-storage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Every check we run generates a certain amount of data. We call these the "result

Depending on your plan we keep the results data according to the following retention policy:

| | Hobby | Team | Enterprise |
|-------------------------------|------------------|------------------|------------------|
| **Raw data retention** | 7 days | 30 days | 180 days |
| **Aggregated data retention** | 30 days | 1 year | 25 months |
| | Hobby | Starter | Team | Enterprise |
|-------------------------------|------------------|------------------|------------------|------------------|
| **Raw data retention** | 7 days | 7 days | 30 days | 180 days |
| **Aggregated data retention** | 30 days | 30 days | 1 year | 25 months |


Simply put, you can "scroll back" within the defined period for raw data and inspect all the details of each result. After that, we store aggregates
Expand Down