Skip to content

Commit

Permalink
A few more strings here
Browse files Browse the repository at this point in the history
  • Loading branch information
weberr13 committed May 7, 2015
1 parent 4ab6b89 commit d7ea304
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions lib/clusterstatresponses.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ type NodeStatsNetworkResponse struct {

type NodeStatsFieldDataBreakerResponse struct {
MaximumSizeInBytes int64 `json:"maximum_size_in_bytes"`
MaximumSize int64 `json:"maximum_size"`
EstimatedSizeInBytes int64 `json:"estimated_size_in_bytes"`
EstimatedSize int64 `json:"estimated_size"`
Overhead int64 `json:"overhead"`
Tripped int64 `json:"tripped"`
MaximumSize string `json:"maximum_size"`
EstimatedSizeInBytes int64 `json:"estimated_size_in_bytes"`
EstimatedSize string `json:"estimated_size"`
Overhead int64 `json:"overhead"`
Tripped int64 `json:"tripped"`
}
type NodeStatsTransportResponse struct {
ServerOpen int64 `json:"server_open"`
Expand Down Expand Up @@ -162,12 +162,12 @@ type NodeStatsIndicesFieldDataResponse struct {
Evictions int64 `json:"evictions"`
}
type NodeStatsIndicesPercolateResponse struct {
Total int64 `json:"total"`
TimeInMs int64 `json:"time_in_millis"`
Current int64 `json:"current"`
MemorySizeInBytes int64 `json:"memory_size_in_bytes"`
MemorySize int64 `json:"memory_size"`
Queries int64 `json:"queries"`
Total int64 `json:"total"`
TimeInMs int64 `json:"time_in_millis"`
Current int64 `json:"current"`
MemorySizeInBytes int64 `json:"memory_size_in_bytes"`
MemorySize string `json:"memory_size"`
Queries int64 `json:"queries"`
}
type NodeStatsIndicesCompletionResponse struct {
SizeInBytes int64 `json:"size_in_bytes"`
Expand Down

0 comments on commit d7ea304

Please sign in to comment.