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/csm: Add support for AWS_CSM_HOST env option #2677

Merged
merged 3 commits into from
Jul 10, 2019

Conversation

jasdel
Copy link
Contributor

@jasdel jasdel commented Jul 1, 2019

Adds support for a host to be configured for the SDK's metric reporting
Client Side Metrics (CSM) client via the AWS_CSM_HOST environment
variable.

@jasdel jasdel requested a review from skotambkar July 1, 2019 21:16
@jasdel jasdel added the needs-review This issue or pull request needs review from a core team member. label Jul 3, 2019
jasdel added 2 commits July 8, 2019 10:53
Adds support for a host to be configured for the SDK's metric reporting
Client Side Metrics (CSM) client via the AWS_CSM_HOST environment
variable.
@@ -11,8 +11,11 @@ import (
)

const (
// DefaultPort is used when no port is specified
// DefaultPort is used when no port is specified.
DefaultPort = "31000"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Suggest moving to enable.go since thats only place used.

Copy link
Contributor

@skotambkar skotambkar left a comment

Choose a reason for hiding this comment

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

LGTM :)

@jasdel jasdel merged commit 7503c91 into aws:master Jul 10, 2019
@jasdel jasdel deleted the feat/CSMHost branch July 10, 2019 19:22
jasdel added a commit that referenced this pull request Jul 10, 2019
@aws-sdk-go-automation aws-sdk-go-automation mentioned this pull request Jul 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-review This issue or pull request needs review from a core team member.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants