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

Bug in metrics tags #27

Closed
robshep opened this issue Nov 21, 2014 · 0 comments
Closed

Bug in metrics tags #27

robshep opened this issue Nov 21, 2014 · 0 comments

Comments

@robshep
Copy link
Contributor

robshep commented Nov 21, 2014

Bug in Metrics#addTags(Map tags) - line 76

https://github.com/kairosdb/kairosdb-client/blob/master/src/main/java/org/kairosdb/client/builder/Metric.java#L76

The setter doesn't reference the instance field, this.tags, so it doesn't modify the field.

fixed in my fork, Pull request to follow

robshep added a commit to robshep/kairosdb-client that referenced this issue Nov 21, 2014
jsabin added a commit that referenced this issue May 14, 2015
fix for addTags(Map) bug #27
@jsabin jsabin closed this as completed May 14, 2015
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

No branches or pull requests

2 participants