-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Consolidate AWS credentials, Cloudwatch dimension wilcards #1208
Conversation
few things:
|
I've updated the ChangeLog and the READMEs |
LGTM but please rebase your changes so I can merge |
@sparrc rebased and I relocate my changelog entries to to "unreleased" section. |
And rebased again. |
sorry but it's not always this painful, you've made quite a large change to the changelog at the same time that I was making a release.... |
thanks @johnrengelman |
if !hasWilcard(m.Dimensions) { | ||
dimensions := make([]*cloudwatch.Dimension, len(m.Dimensions)) | ||
for k, d := range m.Dimensions { | ||
fmt.Printf("Dimension [%s]:[%s]\n", d.Name, d.Value) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this print intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, that's was some lingering debugging. It should get removed.
Rebased & retargeted version of #1155