Skip to content
Draft
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions src/pages/en/dashboard_snapshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ The snapshot is extracted from [Raw Capture](/en/v2/raw_capture) buffers and mov
| Constraint | Description |
|------------|-------------|
| Maximum window | Limited by raw capture buffer size and traffic rate |
| Maximum size | 2 GB per snapshot. Reduce by selecting fewer nodes or a shorter time window. |
| Availability | Data must not have been recycled from raw capture |

---
Expand Down
2 changes: 2 additions & 0 deletions src/pages/en/mcp/raw_capture_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ Create a new snapshot.
| `name` | string | Unique snapshot identifier |
| `duration` | string | Time duration to capture (e.g., `30m`, `1h`, `2h`) |

> **Note:** Snapshots are limited to 2 GB. To stay within this limit, use shorter durations or target specific nodes.

**Response:**
```json
{
Expand Down
1 change: 1 addition & 0 deletions src/pages/en/v2/traffic_snapshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ When you create a snapshot, you specify how far back to capture—last 5 minutes
| Constraint | Description |
|------------|-------------|
| Maximum window | Limited by raw capture retention (buffer size / traffic rate) |
| Maximum size | 2 GB per snapshot. Control size by selecting fewer nodes or narrowing the time window. |
| Storage | Snapshots persist until explicitly deleted |

### Dedicated Snapshot Storage
Expand Down