Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Postgresql ¶
type Postgresql struct { Address string Databases []string OrderedColumns []string AllColumns []string // contains filtered or unexported fields }
func (*Postgresql) Description ¶
func (p *Postgresql) Description() string
func (*Postgresql) Gather ¶
func (p *Postgresql) Gather(acc telegraf.Accumulator) error
func (*Postgresql) IgnoredColumns ¶
func (p *Postgresql) IgnoredColumns() map[string]bool
func (*Postgresql) SampleConfig ¶
func (p *Postgresql) SampleConfig() string
func (*Postgresql) SanitizedAddress ¶
func (p *Postgresql) SanitizedAddress() (_ string, err error)
Click to show internal directories.
Click to hide internal directories.