-
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?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
relationships: | ||
- name: lambdaCallsDynamoDb | ||
version: "1" | ||
origins: | ||
- AWS Integration | ||
conditions: | ||
- attribute: name | ||
regex: "*dynamodb*" | ||
relationship: | ||
expires: P75M | ||
relationshipType: CALLS | ||
source: | ||
extractGuid: | ||
attribute: entity.guid | ||
target: | ||
extractGuid: | ||
attribute: entity.guid | ||
Comment on lines
+14
to
+17
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 commentThe 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 commentThe 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? |
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?