-
Notifications
You must be signed in to change notification settings - Fork 893
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rework FaaS semantic conventions. (#1781)
- Loading branch information
Showing
6 changed files
with
130 additions
and
36 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
groups: | ||
- id: aws.lambda | ||
prefix: aws.lambda | ||
brief: > | ||
Span attributes used by AWS Lambda (in addition to general `faas` attributes). | ||
attributes: | ||
- id: invoked_arn | ||
type: string | ||
brief: > | ||
The full invoked ARN as provided on the `Context` passed to the function | ||
(`Lambda-Runtime-Invoked-Function-Arn` header on the `/runtime/invocation/next` applicable). | ||
note: This may be different from `faas.id` if an alias is involved. | ||
examples: ['arn:aws:lambda:us-east-1:123456:function:myfunction:myalias'] |
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
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