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

[AWS Kinesis Exporter] Missing setting region on startup #16259

Closed
MovieStoreGuy opened this issue Nov 11, 2022 · 3 comments
Closed

[AWS Kinesis Exporter] Missing setting region on startup #16259

MovieStoreGuy opened this issue Nov 11, 2022 · 3 comments
Assignees
Labels
bug Something isn't working exporter/awskinesis priority:p2 Medium

Comments

@MovieStoreGuy
Copy link
Contributor

Component(s)

exporter/awskinesis

What happened?

Description

When setting the field

aws:
  region: us-east-1

this is ignore and the SDK default configuration takes place.

Steps to Reproduce

Apply above config

Expected Result

It should be configured to use the expected region

Actual Result

It will use the default region or region that is found within specified AWS config paths.

Collector version

latest

Environment information

Environment

N/A

OpenTelemetry Collector configuration

exporters:
   awskinesis/cross-region:
     aws:
       region: us-west-1
# etc ...

Log output

No response

Additional context

No response

@MovieStoreGuy MovieStoreGuy added bug Something isn't working needs triage New item requiring triage labels Nov 11, 2022
@MovieStoreGuy
Copy link
Contributor Author

@evan-bradley feel free to assign this to me

@github-actions
Copy link
Contributor

Pinging code owners: @Aneurysm9 @MovieStoreGuy. See Adding Labels via Comments if you do not have permissions to add labels yourself.

@MovieStoreGuy
Copy link
Contributor Author

This issue should be resolved within the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working exporter/awskinesis priority:p2 Medium
Projects
None yet
Development

No branches or pull requests

2 participants