Versions in this module Expand all Collapse all v1 v1.0.1 Mar 15, 2020 v1.0.0 Mar 15, 2020 Changes in this version + var ResponseTags = append([]StatTag{ ... }, StorageTags) + var StorageTags = []StatTag + func Bytes(s string) (b []byte) + func GetDisplayTags(baseTag StatTag) []string + func String(b []byte) (s string) + type PDDataProvider struct + EtcdProvider pd.EtcdProvider + FileEndTime int64 + FileStartTime int64 + PeriodicGetter RegionsInfoGenerator + Store *dbstore.DB + type RegionsInfo interface + GetKeys func() []string + GetValues func(tag StatTag) []uint64 + Len func() int + type RegionsInfoGenerator func() (RegionsInfo, error) + type StatTag int + const Integration + const ReadBytes + const ReadKeys + const WrittenBytes + const WrittenKeys + func IntoTag(typ string) StatTag + func (tag StatTag) String() string