Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DynamicTemplate ¶
type DynamicTemplate struct {
*core.BaseProcessor `mapstructure:"-"`
EnableMetrics bool `mapstructure:"enable_metrics"`
TemplateTTL time.Duration `mapstructure:"template_ttl"`
Labels []string `mapstructure:"labels"`
Fields []string `mapstructure:"fields"`
// contains filtered or unexported fields
}
func (*DynamicTemplate) Close ¶
func (p *DynamicTemplate) Close() error
func (*DynamicTemplate) Init ¶
func (p *DynamicTemplate) Init() error
func (*DynamicTemplate) Run ¶
func (p *DynamicTemplate) Run()
Click to show internal directories.
Click to hide internal directories.