Documentation ¶
Overview ¶
* exporter - scrapes machine stats and exports for prometheus. * Copyright (C) 2017 Joyield, Inc. <joyield.com@gmail.com> * All rights reserved.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exporter ¶
type Exporter struct {
// contains filtered or unexported fields
}
func NewExporter ¶
func (*Exporter) Collect ¶
func (e *Exporter) Collect(ch chan<- prometheus.Metric)
func (*Exporter) Describe ¶
func (e *Exporter) Describe(ch chan<- *prometheus.Desc)
Click to show internal directories.
Click to hide internal directories.