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

Allow user to specify table name and queue prefix. #1538

Merged
merged 3 commits into from May 25, 2016
Merged

Conversation

tomwilkie
Copy link
Contributor

No description provided.

@@ -84,7 +84,7 @@ func collectorFactory(userIDer multitenant.UserIDer, collectorURL string, window
}

if parsed.Scheme == "dynamodb" {
dynamoCollector := multitenant.NewDynamoDBCollector(awsConfigFromURL(parsed), userIDer)
dynamoCollector := multitenant.NewDynamoDBCollector(awsConfigFromURL(parsed), userIDer, parsed.Path)

This comment was marked as abuse.

@2opremio
Copy link
Contributor

Minor comment, otherwise LGTM. Also, I am assuming that there will be corresponding changes in the service (i.e. adding the prefixes)

@tomwilkie
Copy link
Contributor Author

@2opremio good catch! Just hit this in dev. Fixed

@tomwilkie tomwilkie merged commit c882882 into master May 25, 2016
@tomwilkie tomwilkie deleted the mt-scope branch May 25, 2016 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants