cdklabs / cdk-monitoring-constructs

Easy-to-use CDK constructs for monitoring your AWS infrastructure
https://constructs.dev/packages/cdk-monitoring-constructs
Apache License 2.0
443 stars 55 forks source link

Is there a way to combine all my lambdas into one set of graphs, rather than a set of graphs per lambda #489

Open wolfeidau opened 5 months ago

wolfeidau commented 5 months ago

Feature scope

Lamba

Describe your suggested feature

I have a serverless API, and just want to get a set of graphs, like I am provided now, but with a group of lambdas as separate points in each graph. This would be helpful for services such as API GW, Step Functions ect, where the separation doesn't necessarily make sense.

I could be missing something in the test cases, if so links would be appreciated. 🙏🏻 😅