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

feat: Adding candidate and relationship btw OTel and kinesis stream #1744

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

AravindKumar8520
Copy link
Contributor

We are establishing a relationship between OTel and AWS Kinesis Stream by using the ARN as the matching criterion. Users or customers from the OTel service need to manually send the ARN within the cloud.resource_id span attribute.

On the Cloud Monitoring platform side, we are associating tags with the aws.Arn for AWS Kinesis streams, ensuring that the collector.name is equal to cloudwatch-metric-streams.

The ARN is formatted as follows for a function: arn:${realm}:kinesis:${region}:${accountId}:stream/${StreamName}

Checklist

  • I've read the guidelines and understand the acceptance criteria.
  • The value of the attribute marked as identifier will be unique and valid.
  • I've confirmed that my entity type wasn't already defined. If it is I'm providing an explanation above.

Comment on lines +6 to +10
conditions:
- attribute: eventType
anyOf: [ "Span" ]
- attribute: rpc.service
anyOf: [ "kinesis" ]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this condition will relate anything that has a span with rpc.service=kinesis.

not sure I follow how we are making sure is ext-service/otel only

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we're primarily receiving data in spans, i guess we should opt for:
origins: - Distributed Tracing
instead of
origins: - Opentelemetry
Currently, no pull request exists for APM to AWS Kinesis streaming. We anticipate that APM data will continue to arrive in span format; if it's in metrics, we'll use APM Metrics. Do we need to wait for the APM to AWS Kinesis stream PR?

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

Successfully merging this pull request may close these issues.

3 participants