 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Data ¶
type Data struct {
	StorageTotals        StorageTotals `json:"storageTotals"`
	IndexMemoryQuota     int64         `json:"indexMemoryQuota"`
	MemoryQuota          int64         `json:"memoryQuota"`
	RebalanceStatus      string        `json:"rebalanceStatus"`
	RebalanceProgressURI string        `json:"rebalanceProgressUri"`
	StopRebalanceURI     string        `json:"stopRebalanceUri"`
	NodeStatusesURI      string        `json:"nodeStatusesUri"`
	MaxBucketCount       int64         `json:"maxBucketCount"`
}
    type MetricSet ¶
type MetricSet struct {
	mb.BaseMetricSet
	// contains filtered or unexported fields
}
    MetricSet type defines all fields of the MetricSet
type StorageTotals ¶
type StorageTotals struct {
	RAM StorageTotals_Ram `json:"ram"`
	Hdd StorageTotals_Hdd `json:"hdd"`
}
    type StorageTotals_Hdd ¶
type StorageTotals_Ram ¶
       Source Files
      ¶
      Source Files
      ¶
    
- cluster.go
- data.go
 Click to show internal directories. 
   Click to hide internal directories.