Skip to content

feat(attributes): Add AWS instrumentation attributes to semantic conventions #7534

Description

@pabloDeputter

AWS Step Functions

  • aws.step_functions.execution.arn

    • definition: The ARN of the AWS Step Functions Execution.
    • example: arn:aws:states:us-east-1:123456789012:execution:myStateMachine:myExecution
    • already in OTel
  • aws.s3.copy_source

    • definition: The source object (in the form bucket/key) for the copy operation.
    • example: someFile.yml
    • already in OTel
  • aws.s3.delete

    • definition: The delete request container that specifies the objects to be deleted.
    • example: Objects=[{Key=string,VersionId=string},{Key=string,VersionId=string}],Quiet=boolean
    • already in OTel
  • aws.s3.key

    • definition: The S3 object key the request refers to. Corresponds to the --key parameter of the S3 API operations.
    • example: someFile.yml
    • already in OTel
  • aws.s3.part_number

    • definition: The part number of the part being uploaded in a multipart-upload operation. This is a positive integer between 1 and 10,000.
    • example: 3456
    • already in OTel
  • aws.s3.upload_id

    • definition: Upload ID that identifies the multipart upload.
    • example: dfRtDYWFbkRONycy.Yxwh66Yjlx.cph0gtNBtJ
    • already in OTel

Branch - pablo/add-aws-instrumentation-attributes

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions