Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConnectionOptions ¶
ConnectionOptions captures the InfluxDB connection details. There more options to add here including TLS and other possible login types
type Options ¶
type Options struct { Connection ConnectionOptions Database string // added to every metric to distinguish metrics from multiple sources Organization string Bucket string Tags map[string]string // default set of tags for all metrics Frequency time.Duration // how often to grab metrics IgnoreModules []string IgnorePaths []string }
Config of this service
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service orchestrates all uploads to influxdb
func (*Service) ApplyOptions ¶
ApplyOptions will allow for changing config w/o restart.
Click to show internal directories.
Click to hide internal directories.