-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(lambda): generate correct metrics for aliases
Lambda supports metrics on individual aliases by specifying the metric dimensions with `FunctionName` set to the underlying function's `Name`, and `ResourceName` set to the qualified function `Name` (i.e: `FunctionName:aliasName`). The previous iteration of this code used the function's ARN instead of it's name, resulting in incorrect metrics. Fixes #3724
- Loading branch information
1 parent
ab07af1
commit aee2fcf
Showing
2 changed files
with
3 additions
and
8 deletions.
There are no files selected for viewing
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