Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SecretEdit ¶
Types ¶
type ConvergeExporter ¶
type ConvergeExporter struct { MetricsPath string ListenAddress string CheckInterval time.Duration GaugeMetrics map[string]*prometheus.GaugeVec CounterMetrics map[string]*prometheus.CounterVec // contains filtered or unexported fields }
func NewConvergeExporter ¶
func NewConvergeExporter(address, path string, interval time.Duration) *ConvergeExporter
func (*ConvergeExporter) Start ¶
func (c *ConvergeExporter) Start()
Click to show internal directories.
Click to hide internal directories.