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

Support a list of new AWS resources for AWS SDK V2 #10

Open
wants to merge 1 commit into
base: v1_32_1_dev
Choose a base branch
from

Conversation

mxiamxia
Copy link
Owner

@mxiamxia mxiamxia commented Aug 23, 2024

Support the following 6 AWS resources for AWS SDK V2 with auto-instrumentation

  1. SNS
  • Populate aws.sns.topic.arn in Span by extracting TopicArn field from SnsRequest.
    • CFNIdentifier: "primaryIdentifier" : [ "/properties/TopicArn" ]
  1. SECRETSMANAGER
  • Populate aws.secretsmanager.secret.arn in Span by extracting ARN field from SecretsManagerResponse
    • CFNIdentifier: "primaryIdentifier" : [ "[/properties/Id](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#aws-resource-secretsmanager-secret-return-values)" ]
  1. STEPFUNCTION
  • Populate aws.stepfunctions.state_machine.arn in Span by extracting stateMachineArn field from SfnRequest
    • CFNIdentifier: "primaryIdentifier":["/properties/Arn"]
  • Populate aws.stepfunctions.activity.arn in Span by extracting activityArn field from SfnRequest
    • CFNIdentifier: "primaryIdentifier":["/properties/Arn"]
  1. LAMBDA
  • Populate aws.lambda.function.name in Span by extracting FunctionName field from LambdaRequest
    • CFNIdentifier: "primaryIdentifier" : [ "/properties/FunctionName" ]
  • Populate aws.lambda.resource_mapping.id in Span by extracting UUID field from LambdaRequest
    • CFNIdentifier: "primaryIdentifier":["/properties/Id"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant