-
Notifications
You must be signed in to change notification settings - Fork 13.1k
CloudWatch: Use default region when query region is unset #109089
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kevinwcyu
approved these changes
Aug 1, 2025
njvrzm
pushed a commit
that referenced
this pull request
Sep 15, 2025
CloudWatch: use default region when region is unset
grafana-delivery-bot bot
pushed a commit
that referenced
this pull request
Sep 15, 2025
CloudWatch: use default region when region is unset (cherry picked from commit 5f4097a)
njvrzm
pushed a commit
that referenced
this pull request
Sep 17, 2025
CloudWatch: use default region when region is unset (cherry picked from commit 5f4097a)
njvrzm
pushed a commit
that referenced
this pull request
Sep 18, 2025
CloudWatch: use default region when region is unset
njvrzm
pushed a commit
that referenced
this pull request
Sep 18, 2025
(cherry picked from commit 5f4097a)
njvrzm
pushed a commit
that referenced
this pull request
Sep 18, 2025
(cherry picked from commit 5f4097a)
njvrzm
pushed a commit
that referenced
this pull request
Sep 18, 2025
(cherry picked from commit 5f4097a)
njvrzm
pushed a commit
that referenced
this pull request
Sep 18, 2025
(cherry picked from commit 5f4097a)
njvrzm
pushed a commit
that referenced
this pull request
Sep 18, 2025
(cherry picked from commit 5f4097a)
njvrzm
pushed a commit
that referenced
this pull request
Sep 18, 2025
(cherry picked from commit 5f4097a)
njvrzm
added a commit
that referenced
this pull request
Sep 19, 2025
…111243) * CloudWatch: Backport aws-sdk-go-v2 update from external plugin (#107136) (cherry picked from a18ea34) * Datasources: Update grafana-aws-sdk for new sigv4 middleware and aws-sdk-go v1 removal (#107522) (cherry picked from commit 66d9a33) * CloudWatch: Fix proxy transport issue (#107807) (cherry picked from c3eeb1f) * CloudWatch: Fix http client handling + assume role bug (#107893) (cherry picked from commit f34a9fc) * CloudWatch: Use default region when query region is unset (#109089) (cherry picked from commit 5f4097a) * CloudWatch: Fix handling region for legacy alerts (#109217) (cherry picked from commit 2bf9aea) * Update go.mod owners --------- Co-authored-by: Isabella Siu <Isabella.siu@grafana.com>
njvrzm
added a commit
that referenced
this pull request
Sep 19, 2025
…equent fixes (#111319) * CloudWatch: Backport aws-sdk-go-v2 update from external plugin (#107136) (cherry picked from commit a18ea34) * Datasources: Update grafana-aws-sdk for new sigv4 middleware and aws-sdk-go v1 removal (#107522) (cherry picked from commit 66d9a33) * CloudWatch: Fix proxy transport issue (#107807) (cherry picked from commit c3eeb1f) * CloudWatch: Fix http client handling + assume role bug (#107893) (cherry picked from commit f34a9fc) * CloudWatch: Use default region when query region is unset (#109089) (cherry picked from commit 5f4097a) * CloudWatch: Fix handling region for legacy alerts (#109217) (cherry picked from commit 2bf9aea) --------- Co-authored-by: Isabella Siu <Isabella.siu@grafana.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
add to changelog
area/backend
backport v12.1.x
Mark PR for automatic backport to v12.1.x
datasource/CloudWatch
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is this feature?
Cloudwatch should use the default region if the query region is ""
Copy of grafana/grafana-cloudwatch-datasource#92