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

add postfix support, in the spirit of pr #60 #64

Merged
merged 1 commit into from
Apr 23, 2015

Conversation

markrechler
Copy link
Contributor

Postfix support via command line flag as intended in pr #60.

jehiah added a commit that referenced this pull request Apr 23, 2015
add postfix support, in the spirit of pr #60
@jehiah jehiah merged commit 6283a99 into bitly:master Apr 23, 2015
@markrechler markrechler mentioned this pull request Apr 23, 2015
@@ -471,7 +472,7 @@ func parseMessage(data []byte) []*Packet {
}

packet := &Packet{
Bucket: sanitizeBucket(*prefix + string(name)),
Bucket: sanitizeBucket(*prefix + string(name) + *postfix),
Copy link

Choose a reason for hiding this comment

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

when I tried to do this, the bucket names for timings get wrong, the postfix gets added before the percentile, mean etc.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch @omega. Not sure how I missed that in debugging, submitted #65 to fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants