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

Added new rules for dynamoDb for map NR Lambda function relationships #1889

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions relationships/synthesis/AWS-LAMBDA-SPAN-to-DYNAMODB.yml
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*"
Comment on lines +7 to +8
Copy link
Contributor

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?

relationship:
expires: P75M
relationshipType: CALLS
source:
extractGuid:
attribute: entity.guid
target:
extractGuid:
attribute: entity.guid
Comment on lines +14 to +17
Copy link
Contributor

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??

Copy link
Author

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

Copy link
Contributor

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?

Loading