Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CgroupProfiler ¶
type CgroupProfiler struct {
// contains filtered or unexported fields
}
func NewCgroupProfiler ¶
func NewCgroupProfiler( logger log.Logger, reg prometheus.Registerer, ksymCache *ksym.Cache, objCache objectfile.Cache, writeClient profilestorepb.ProfileStoreServiceClient, debugInfoClient debuginfo.Client, target model.LabelSet, profilingDuration time.Duration, tmp string, ) *CgroupProfiler
func (*CgroupProfiler) Labels ¶
func (p *CgroupProfiler) Labels() model.LabelSet
func (*CgroupProfiler) LastError ¶
func (p *CgroupProfiler) LastError() error
func (*CgroupProfiler) LastProfileTakenAt ¶
func (p *CgroupProfiler) LastProfileTakenAt() time.Time
func (*CgroupProfiler) Stop ¶
func (p *CgroupProfiler) Stop()
Click to show internal directories.
Click to hide internal directories.