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

Graphite numbers are always float64 #1957

Merged
merged 2 commits into from
Mar 14, 2015
Merged

Graphite numbers are always float64 #1957

merged 2 commits into from
Mar 14, 2015

Conversation

corylanou
Copy link
Contributor

We convert all ints to float64 internally before saving. The graphite endpoint was working against that and causing a panic.

This also raised the issue #1956 about storing bool/string from a graphite endpoint.

Fixes #1951

@benbjohnson
Copy link
Contributor

👍

corylanou added a commit that referenced this pull request Mar 14, 2015
Graphite numbers are always float64
@corylanou corylanou merged commit 36fc4c3 into master Mar 14, 2015
@corylanou corylanou deleted the graphite-zero branch March 14, 2015 19:23
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.

panic in graphite handler
2 participants