-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add api gateway metrics #323
Conversation
65e8ed7
to
7e4e748
Compare
0aabfc8
to
a5052e9
Compare
8661711
to
19a5bb4
Compare
19a5bb4
to
4567734
Compare
let list_apis_bar = ProgressBar::new_spinner().with_message("Listing API Gateway resources"); | ||
list_apis_bar.enable_steady_tick(std::time::Duration::from_millis(100)); | ||
|
||
let resp = apig_client.get_rest_apis().send().await?; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need to paginate on this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added pagination and rate limiting.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.