Documentation
¶
Index ¶
Constants ¶
View Source
const ( StateDown = "down" StateUp = "up" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KVPair ¶
func LastTsMerge ¶
type KeyNotFoundError ¶
type KeyNotFoundError struct {
Key string
}
func (KeyNotFoundError) Error ¶
func (err KeyNotFoundError) Error() string
type KvTooOldError ¶
func (KvTooOldError) Error ¶
func (err KvTooOldError) Error() string
type MetricsProvider ¶
type MetricsProvider interface {
Metrics() []prometheus.Collector
}
Click to show internal directories.
Click to hide internal directories.