Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Group ¶
type Group struct {
// Targets is a list of targets identified by a label set. Each target is
// uniquely identifiable in the group by its address label.
Targets []model.LabelSet
// Labels is a set of labels that is common across all targets in the group.
Labels model.LabelSet
// Source is an identifier that describes a group of targets.
Source string
}
Group is a set of targets with a common label set(production , test, staging etc.).
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func (*Manager) ActiveProfilers ¶
type ProfilerPool ¶
type ProfilerPool struct {
// contains filtered or unexported fields
}
func NewProfilerPool ¶
func (*ProfilerPool) Profilers ¶
func (pp *ProfilerPool) Profilers() []Profiler
func (*ProfilerPool) Sync ¶
func (pp *ProfilerPool) Sync(tg []*Group)
Click to show internal directories.
Click to hide internal directories.