Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metric ¶
Metric represents a single dropsonde metric
func (*Metric) GetTimestamp ¶
func (*Metric) HasExpired ¶
type Resource ¶
type Resource struct { sync.RWMutex ValueMetrics map[string][]*Metric CounterMetrics map[string][]*Metric // contains filtered or unexported fields }
Resource represents cloud controller data
func NewResource ¶
CreateResource Creates a new resource
func (*Resource) MarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.