Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { ProfilingEnabled bool ProfilingPort int MetricsEndpoint string HostPort int // LogLevel used by the exporter's logger (debug, info, warn, error) LogLevel string FromFetchTime string // probe ProbePort int ProbeAddr string // TLS TLSDisabled bool AutoTLS bool CertFile string KeyFile string TLSHosts []string // exporter Namespace string Subsystem string Client client.Client // contains filtered or unexported fields }
Options is the list of options/flag available to the application, plus the clients needed by the application to function.
Click to show internal directories.
Click to hide internal directories.