Versions in this module Expand all Collapse all v0 v0.7.6 Jan 3, 2017 Changes in this version + const UnknownName + type AppStats struct + AppId string + AppUUID *events.UUID + ContainerArray []*ContainerStats + ContainerTrafficMap map[string]*TrafficStats + NonContainerStderr int64 + NonContainerStdout int64 + TotalTraffic *TrafficStats + func ConvertFromMap(statsMap map[string]*AppStats, appMdMgr *app.AppMetadataManager) []*AppStats + func NewAppStats(appId string) *AppStats + func (as *AppStats) Id() string + type ContainerStats struct + ContainerIndex int + ContainerMetric *events.ContainerMetric + ErrCount int64 + Ip string + LastUpdate time.Time + OutCount int64 + func NewContainerStats(containerIndex int) *ContainerStats + type TrafficStats struct + AvgResponseL10Time float64 + AvgResponseL1Time float64 + AvgResponseL60Time float64 + EventL10Rate int + EventL1Rate int + EventL60Rate int + Http2xxCount int64 + Http3xxCount int64 + Http4xxCount int64 + Http5xxCount int64 + HttpAllCount int64 + ResponseL10Time *util.AvgTracker + ResponseL1Time *util.AvgTracker + ResponseL60Time *util.AvgTracker + func NewTrafficStats() *TrafficStats