Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Check ¶
type Check struct {
Name string `json:"name" yaml:"name"`
Kind string `json:"kind" yaml:"kind"`
Context string `json:"context" yaml:"context"`
ReuseConn bool `json:"reuse_connection" yaml:"reuse_connection"`
Properties json.RawMessage `json:"properties" yaml:"properties"`
// contains filtered or unexported fields
}
type Exporter ¶
type Exporter struct {
// contains filtered or unexported fields
}
func (*Exporter) Collect ¶
func (e *Exporter) Collect(ch chan<- prometheus.Metric)
Collect implements prometheus.Collector
func (*Exporter) Describe ¶
func (e *Exporter) Describe(ch chan<- *prometheus.Desc)
Describe implements prometheus.Collector
Click to show internal directories.
Click to hide internal directories.