Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StatsGatherer ¶
type StatsGatherer struct {
// contains filtered or unexported fields
}
StatsGatherer simple implementation
func NewStatsGatherer ¶
func NewStatsGatherer(accountName, accountKey string) (*StatsGatherer, error)
NewStatsGatherer creates a new StatsGatherer
func (*StatsGatherer) GatherStatistics ¶
func (c *StatsGatherer) GatherStatistics() ([]Stats, error)
GatherStatistics Compute stats for all containers
Click to show internal directories.
Click to hide internal directories.