-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Track shard-level stats #2007
Track shard-level stats #2007
Conversation
|
Looking at build failure. |
Green build. Unrelated test failure, filed as ticket #2009 |
Fields: make(map[string]interface{}), | ||
} | ||
st.Walk(func(k string, v int64) { | ||
point.Fields[k] = int(v) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just curious, why int(v)? isn't v already an int?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess int64 != int
Looks good to me. |
isn't db=internal redundant here btw? Seems like an implementation detail that the user needn't care about. |
Users need to know the database so they can query the stats via InfluxQL. On Thursday, March 19, 2015, Tim Sampson notifications@github.com wrote:
|
Match shape of get/authorizations to backend response
No description provided.