Versions in this module Expand all Collapse all v2 v2.2.0 Mar 9, 2023 Changes in this version + type Dummy struct + Dummy string + Rate *int32 + Samples *int32 + Tag string + func (_ *Dummy) Name() string + func (d *Dummy) Params(_ plugins.SecretLoader) (*params.KVs, error) + func (in *Dummy) DeepCopy() *Dummy + func (in *Dummy) DeepCopyInto(out *Dummy) + type FluentbitMetrics struct + ScrapeInterval string + ScrapeOnStart *bool + Tag string + func (_ *FluentbitMetrics) Name() string + func (f *FluentbitMetrics) Params(_ plugins.SecretLoader) (*params.KVs, error) + func (in *FluentbitMetrics) DeepCopy() *FluentbitMetrics + func (in *FluentbitMetrics) DeepCopyInto(out *FluentbitMetrics) + type NodeExporterMetrics struct + Path *Path + ScrapeInterval string + Tag string + func (_ *NodeExporterMetrics) Name() string + func (d *NodeExporterMetrics) Params(_ plugins.SecretLoader) (*params.KVs, error) + func (in *NodeExporterMetrics) DeepCopy() *NodeExporterMetrics + func (in *NodeExporterMetrics) DeepCopyInto(out *NodeExporterMetrics) + type Path struct + Procfs string + Sysfs string + type PrometheusScrapeMetrics struct + Host string + MetricsPath string + Port *int32 + ScrapeInterval string + Tag string + func (_ *PrometheusScrapeMetrics) Name() string + func (in *PrometheusScrapeMetrics) DeepCopy() *PrometheusScrapeMetrics + func (in *PrometheusScrapeMetrics) DeepCopyInto(out *PrometheusScrapeMetrics) + func (p *PrometheusScrapeMetrics) Params(_ plugins.SecretLoader) (*params.KVs, error) + type Systemd struct + DB string + DBSync string + MaxEntries int + MaxFields int + Path string + ReadFromTail string + StripUnderscores string + SystemdFilter []string + SystemdFilterType string + Tag string + func (_ *Systemd) Name() string + func (in *Systemd) DeepCopy() *Systemd + func (in *Systemd) DeepCopyInto(out *Systemd) + func (s *Systemd) Params(_ plugins.SecretLoader) (*params.KVs, error) + type Tail struct + BufferChunkSize string + BufferMaxSize string + DB string + DBSync string + DisableInotifyWatcher *bool + DockerMode *bool + DockerModeFlushSeconds *int64 + DockerModeParser string + ExcludePath string + IgnoreOlder string + Key string + MemBufLimit string + Multiline *bool + MultilineFlushSeconds *int64 + MultilineParser string + Parser string + ParserFirstline string + ParserN []string + Path string + PathKey string + ReadFromHead *bool + RefreshIntervalSeconds *int64 + RotateWaitSeconds *int64 + SkipLongLines *bool + Tag string + TagRegex string + func (_ *Tail) Name() string + func (in *Tail) DeepCopy() *Tail + func (in *Tail) DeepCopyInto(out *Tail) + func (t *Tail) Params(_ plugins.SecretLoader) (*params.KVs, error)