Skip to content

Commit

Permalink
Update documentation for query-cloudwatch to explain --complete flag (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmargolis authored Jun 21, 2024
1 parent e9402d8 commit 2009d83
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions _articles/devops-scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,9 +393,15 @@ In the web UI, cloudwatch results are limited to:
So to get around that, we have a script that can help split up the query into
multiple slices of time and help combine the results, use the `--slice` to
specify different slice durations. Use the `--complete` flag to automatically
split up slices that have 10k responses (the limit) to ensure a complete
specify different slice durations.
Use the `--complete` flag to automatically split up slices that have 10k responses (the limit) to ensure a complete
listing of results.
- **Note**: When using `--complete`, the query itself *must* contain a limit of 10k, otherwise the script will not be able to effectively detect missing data.
```
| limit 10000
```
```bash
aws-vault exec sandbox-power -- \
Expand Down

0 comments on commit 2009d83

Please sign in to comment.