Documentation
¶
Index ¶
Constants ¶
View Source
const SeparatorByte byte = 255
SeparatorByte is a byte that cannot occur in valid UTF-8 sequences and is used to separate label names, label values, and other strings from each other when calculating their combined hash value (aka signature aka fingerprint).
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Collector ¶
type Collector struct {
// contains filtered or unexported fields
}
func (*Collector) Collect ¶
func (c *Collector) Collect(metrics chan<- prometheus.Metric)
func (*Collector) Coordinate ¶
func (*Collector) Describe ¶
func (c *Collector) Describe(descs chan<- *prometheus.Desc)
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) AddCallback ¶
func (*Store) MarshalBinary ¶
todo: may the enable compress for the state
Click to show internal directories.
Click to hide internal directories.