-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add cloud linter metrics for S3 * chore: add request metrics * chore: adding metric targets for all storage types * chore: add type prefix to storage metrics * chore: remove logic for unused metadata * chore: clean up metric target logic * chore: detect and use appropriate request metrics filter if any * chore: search expression WIP * chore: remove old storage type handling logic * chore: support both expressions and metric stats * chore: inline bucket size metric target creation * chore: formatting * chore: remove unused limiter * chore: clippy formatting, make request_metrics_filter non optional * chore: more formatting * chore: cleanup * chore: stop processing directory buckets and handle bucket redirects * chore: formatting * chore: remove clippy allow directive * chore: change print to log
- Loading branch information
1 parent
b6541fb
commit 5aab591
Showing
10 changed files
with
790 additions
and
70 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,6 @@ mod elasticache; | |
pub mod linter_cli; | ||
mod metrics; | ||
mod resource; | ||
mod s3; | ||
mod serverless_elasticache; | ||
mod utils; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.