Documentation
¶
Index ¶
- type InfluxBridge
- func (h *InfluxBridge) Close() error
- func (h *InfluxBridge) Connect() error
- func (h *InfluxBridge) Description() string
- func (h *InfluxBridge) Gather(_ telegraf.Accumulator) error
- func (h *InfluxBridge) Run(msgbus *pubsub.PubSub) error
- func (h *InfluxBridge) SampleConfig() string
- func (h *InfluxBridge) SetParser(p parsers.Parser)
- func (h *InfluxBridge) Start(acc telegraf.Accumulator) error
- func (h *InfluxBridge) Stop()
- type QueryMatchEntry
- type TimeFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InfluxBridge ¶
type InfluxBridge struct { Address string InfluxDBAddress string `toml:"influx_db_address"` TLSCert string `toml:"tls_cert"` TLSKey string `toml:"tls_key"` QueryMatch []QueryMatchEntry // contains filtered or unexported fields }
func (*InfluxBridge) Close ¶
func (h *InfluxBridge) Close() error
func (*InfluxBridge) Connect ¶
func (h *InfluxBridge) Connect() error
func (*InfluxBridge) Description ¶
func (h *InfluxBridge) Description() string
func (*InfluxBridge) Gather ¶
func (h *InfluxBridge) Gather(_ telegraf.Accumulator) error
func (*InfluxBridge) SampleConfig ¶
func (h *InfluxBridge) SampleConfig() string
func (*InfluxBridge) SetParser ¶
func (h *InfluxBridge) SetParser(p parsers.Parser)
func (*InfluxBridge) Start ¶
func (h *InfluxBridge) Start(acc telegraf.Accumulator) error
func (*InfluxBridge) Stop ¶
func (h *InfluxBridge) Stop()
type QueryMatchEntry ¶
Click to show internal directories.
Click to hide internal directories.