Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Enable bool
DB string
User string
Password string
URLs []string
ResponseTimeout time.Duration
HttpUsername string
HttpPassword string
HttpBearerTokenString string
CaCertFile string
CertFile string
KeyFile string
InsecureSkipVerify bool
GatherDuration time.Duration
TTL int
IgnoreTimestamp bool
Token string
}
type NodeExporter ¶
type NodeExporter struct {
// contains filtered or unexported fields
}
func (*NodeExporter) Gather ¶
func (p *NodeExporter) Gather()
func (*NodeExporter) Start ¶
func (p *NodeExporter) Start() error
func (*NodeExporter) Stop ¶
func (p *NodeExporter) Stop() error
func (*NodeExporter) String ¶
func (p *NodeExporter) String() string
func (*NodeExporter) Version ¶
func (p *NodeExporter) Version() string
Click to show internal directories.
Click to hide internal directories.