Skip to content

Commit

Permalink
feat: fetch metrics for the dynamo and elasticache resources
Browse files Browse the repository at this point in the history
Change the get metadata functions for dynamo and elasticache to return
a resource that will later be serialized into json.

Add code for fetching metrics based on the dynamo and elasticache
resources.

Change the linter cli to print out the full json including the metrics.
  • Loading branch information
nand4011 committed Apr 3, 2024
1 parent 25673e8 commit 12b8af5
Show file tree
Hide file tree
Showing 8 changed files with 652 additions and 54 deletions.
49 changes: 49 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions momento/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ aws-config = "1.1.8"
aws-sdk-cloudwatch = "1.19.0"
aws-sdk-dynamodb = "1.19.0"
aws-sdk-elasticache = "1.18.0"
phf = { version = "0.11", features = ["macros"] }

[dev-dependencies]
assert_cmd = "2.0.2"
Expand Down
Loading

0 comments on commit 12b8af5

Please sign in to comment.