-
Notifications
You must be signed in to change notification settings - Fork 290
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
Added new rules for dynamoDb for map NR Lambda function relationships #1889
base: main
Are you sure you want to change the base?
Conversation
Relevant information --> Currently we are working with mapping relationships for Lambda functions. As part of it, I'm trying to adding new rules for DynamoDB calls. --> Please review this PR & provide the feedback on it, And also guid me for further assistance.
|
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.
Incorrect filename. Format must be ORIGIN-to-TARGET: AWS-LAMBDA-SPAN-to-DYNAMODB.yml
changing filename
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.
Incorrect filename. Format must be ORIGIN-to-TARGET: AWS-LAMBDA-SPAN-to-DYNAMODB.yml
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.
Incorrect filename. Format must be ORIGIN-to-TARGET: AWS-LAMBDA-SPAN-to-DYNAMODB.yml
attribute: entity.guid | ||
target: | ||
extractGuid: | ||
attribute: entity.guid |
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.
this will do a realtionship on itself. is that what you really want??
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.
I want a relashionsip from lambda to Dynamo. could you suggest a change
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.
@francis2211 we cannot support you without proper understanding which metrics you want to use. Could you please reach out via #help-relationship-platform on our internal Slack?
- attribute: name | ||
regex: "*dynamodb*" |
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.
is this the best condition we can get? how can you identify from the telemetry that it comes from dynamo other than this regex?
Relevant information
--> Currently we are working with mapping relationships for Lambda functions. As part of it, I'm trying to adding new rules for DynamoDB and S3 calls.
--> Please review this PR & provide the feedback on it, And also guid me for further assistance.