-
Notifications
You must be signed in to change notification settings - Fork 539
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
chore: update core to 0.19, api to rc0 #440
chore: update core to 0.19, api to rc0 #440
Conversation
[FaasAttribute.FAAS_EXECUTION]: context.awsRequestId, | ||
[FaasAttribute.FAAS_ID]: context.invokedFunctionArn, | ||
[SemanticAttributes.FAAS_EXECUTION]: context.awsRequestId, | ||
'faas.id': context.invokedFunctionArn, |
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.
faas.id is used as a span attribute here, but should be a resource attribute. I left it here to make this PR as small as possible while passing and changing no behavior. I will create a follow up bug to fix this.
Codecov Report
@@ Coverage Diff @@
## main #440 +/- ##
=======================================
Coverage 96.11% 96.11%
=======================================
Files 21 21
Lines 695 695
Branches 95 95
=======================================
Hits 668 668
Misses 27 27 |
exciting! |
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.
lgtm
For now I am keeping the API dependency where it is and updating it to latest. a follow up will move it to peer deps.