Documentation
¶
Overview ¶
Package vsphere implements the exporter's functionality.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ListenAddr string TelemetryPath string TLSConfigPath string ChunkSize int CollectConcurrency int VSphereURL *url.URL ObjectDiscoveryInterval time.Duration EnableExporterMetrics bool }
Config represents needed config structure for vSphere exporter
func (*Config) RegisterFlags ¶
RegisterFlags register the flag params for the exporter
type Exporter ¶
type Exporter struct {
// contains filtered or unexported fields
}
Exporter holds the data needed to run a vSphere exporter
func NewExporter ¶
NewExporter creates a new vSphere exporter from the given config
Click to show internal directories.
Click to hide internal directories.