Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExpandMetricsFromConfig ¶
func GetStableNameListSql ¶ added in v1.0.26
func GetStableNameListSql() string
Types ¶
type CollectType ¶
type CollectType string
const ( Counter CollectType = "counter" Gauge CollectType = "gauge" Info CollectType = "info" Summary CollectType = "summary" )
type Metric ¶
type Processor ¶
type Processor struct {
// contains filtered or unexported fields
}
func NewProcessor ¶
func (*Processor) Collect ¶
func (p *Processor) Collect(metrics chan<- prometheus.Metric)
func (*Processor) Describe ¶
func (p *Processor) Describe(descs chan<- *prometheus.Desc)
Click to show internal directories.
Click to hide internal directories.