Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GaugeRegistry ¶
type PromRegistry ¶
type PromRegistry struct { Registerer prometheus.Registerer // contains filtered or unexported fields }
func NewPromRegistry ¶
func NewPromRegistry(r prometheus.Registerer) *PromRegistry
type PromSender ¶
type PromSender struct {
// contains filtered or unexported fields
}
func NewPromSender ¶
func NewPromSender(registry GaugeRegistry, origin string, labels map[string]string) *PromSender
func (PromSender) Send ¶
func (p PromSender) Send(stats collector.SystemStat)
Click to show internal directories.
Click to hide internal directories.