Skip to content
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

Merged
merged 4 commits into from
Apr 22, 2021

Conversation

dyladan
Copy link
Member

@dyladan dyladan commented Apr 22, 2021

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.

@dyladan dyladan marked this pull request as ready for review April 22, 2021 15:11
@dyladan dyladan requested a review from a team April 22, 2021 15:11
@dyladan dyladan added the enhancement New feature or request label Apr 22, 2021
[FaasAttribute.FAAS_EXECUTION]: context.awsRequestId,
[FaasAttribute.FAAS_ID]: context.invokedFunctionArn,
[SemanticAttributes.FAAS_EXECUTION]: context.awsRequestId,
'faas.id': context.invokedFunctionArn,
Copy link
Member Author

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
Copy link

codecov bot commented Apr 22, 2021

Codecov Report

Merging #440 (47a1cb9) into main (21d1701) will not change coverage.
The diff coverage is n/a.

❗ Current head 47a1cb9 differs from pull request most recent head e76ebf9. Consider uploading reports for the commit e76ebf9 to get more accurate results

@@           Coverage Diff           @@
##             main     #440   +/-   ##
=======================================
  Coverage   96.11%   96.11%           
=======================================
  Files          21       21           
  Lines         695      695           
  Branches       95       95           
=======================================
  Hits          668      668           
  Misses         27       27           

@lizthegrey
Copy link
Member

exciting!

Copy link
Member

@obecny obecny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@dyladan dyladan merged commit 2b56132 into open-telemetry:main Apr 22, 2021
@dyladan dyladan deleted the update-core branch April 22, 2021 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants