Documentation
¶
Index ¶
Constants ¶
View Source
const ( FIELD_DOUBLE = 0 FIELD_INT = 1 FIELD_UINT = 2 FIELD_STRING = 3 FIELD_BOOL = 4 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DDSConsumer ¶
type DDSConsumer struct {
// XML configuration file path
DomainId string `toml:"domain_id"`
// contains filtered or unexported fields
}
func (*DDSConsumer) Description ¶
func (d *DDSConsumer) Description() string
func (*DDSConsumer) Gather ¶
func (d *DDSConsumer) Gather(acc telegraf.Accumulator) error
func (*DDSConsumer) SampleConfig ¶
func (d *DDSConsumer) SampleConfig() string
func (*DDSConsumer) SetParser ¶
func (d *DDSConsumer) SetParser(parser parsers.Parser)
func (*DDSConsumer) Start ¶
func (d *DDSConsumer) Start(acc telegraf.Accumulator) (err error)
func (*DDSConsumer) Stop ¶
func (d *DDSConsumer) Stop()
type Field ¶
type Field struct {
Key string `json:"key"`
Kind int `json:"kind"`
Value FieldValueUnion `json:"value"`
}
type FieldValueUnion ¶
Click to show internal directories.
Click to hide internal directories.