Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrBadTargets = errors.New("targets is invalid")
View Source
var ErrNoSample = errors.New("no sample to estimate")
Functions ¶
This section is empty.
Types ¶
type Estimator ¶
type Estimator struct {
// contains filtered or unexported fields
}
func NewEstimator ¶
type MinimumSampler ¶
type MinimumSampler struct {
// contains filtered or unexported fields
}
func NewMinimumSampler ¶
type PollingTracker ¶
type PollingTracker struct {
// contains filtered or unexported fields
}
func NewPollingTracker ¶
func NewPollingTracker(ctx context.Context, provider Provider) *PollingTracker
type SubscribedTracker ¶
type SubscribedTracker struct {
// contains filtered or unexported fields
}
func NewSubscribedTracker ¶
func NewSubscribedTracker(ctx context.Context, provider Provider) (*SubscribedTracker, error)
Click to show internal directories.
Click to hide internal directories.