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

[awskinesisexporter] Cross account support #33891

Open
chepati opened this issue Jul 3, 2024 · 4 comments
Open

[awskinesisexporter] Cross account support #33891

chepati opened this issue Jul 3, 2024 · 4 comments
Labels
enhancement New feature or request exporter/awskinesis good first issue Good for newcomers

Comments

@chepati
Copy link

chepati commented Jul 3, 2024

Component(s)

exporter/awskinesis

Is your feature request related to a problem? Please describe.

My OTel collector is in AWS account A and my Kinesis datastream is in AWS account B. It seems the awskinesisexporter can't send metrics to the datastream in another AWS account. If I specify just the stream_name, the exporter assumes it's in the same account/region and complains that it can't find it.

Describe the solution you'd like

Ideally, I can use the ARN of my kinesis datastream in stream_name:

exporters:
awskinesis:
aws:
stream_name: arn:aws:kinesis:REGION:ACCOUNT_ID:stream/stream_name

and as long as I have my IAM roles / policies set up correctly, the exporter should be able to talk to the kinesis datastream in the other AWS account.

Describe alternatives you've considered

No response

Additional context

No response

@chepati chepati added enhancement New feature or request needs triage New item requiring triage labels Jul 3, 2024
Copy link
Contributor

github-actions bot commented Jul 3, 2024

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

@chepati
Copy link
Author

chepati commented Jul 8, 2024

Bump.

@MovieStoreGuy MovieStoreGuy added good first issue Good for newcomers and removed needs triage New item requiring triage labels Jul 8, 2024
@MovieStoreGuy
Copy link
Contributor

Mmm, interesting.

Makes sense. I don't think it would be too hard of a change to implement.

@parambath92
Copy link

Hi @MovieStoreGuy , I would like to work on this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request exporter/awskinesis good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants