Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllowAllStoreFilter ¶
type AllowAllStoreFilter struct{}
func (AllowAllStoreFilter) Matches ¶
func (f AllowAllStoreFilter) Matches(matchers []*labels.Matcher) bool
func (AllowAllStoreFilter) ResetAndSet ¶
func (f AllowAllStoreFilter) ResetAndSet(values ...string)
type CuckooMetricNameStoreFilter ¶
type CuckooMetricNameStoreFilter struct {
// contains filtered or unexported fields
}
func NewCuckooMetricNameStoreFilter ¶
func NewCuckooMetricNameStoreFilter(capacity uint) *CuckooMetricNameStoreFilter
func (*CuckooMetricNameStoreFilter) Matches ¶
func (f *CuckooMetricNameStoreFilter) Matches(matchers []*labels.Matcher) bool
func (*CuckooMetricNameStoreFilter) ResetAndSet ¶
func (f *CuckooMetricNameStoreFilter) ResetAndSet(values ...string)
Click to show internal directories.
Click to hide internal directories.