Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Arguments ¶
type Arguments struct { ProjectIDs []string `river:"project_ids,attr"` MetricPrefixes []string `river:"metrics_prefixes,attr"` ExtraFilters []string `river:"extra_filters,attr,optional"` RequestInterval time.Duration `river:"request_interval,attr,optional"` RequestOffset time.Duration `river:"request_offset,attr,optional"` IngestDelay bool `river:"ingest_delay,attr,optional"` DropDelegatedProjects bool `river:"drop_delegated_projects,attr,optional"` ClientTimeout time.Duration `river:"gcp_client_timeout,attr,optional"` }
func (*Arguments) Convert ¶
func (a *Arguments) Convert() *gcp_exporter.Config
func (*Arguments) SetToDefault ¶
func (a *Arguments) SetToDefault()
SetToDefault implements river.Defaulter.
Click to show internal directories.
Click to hide internal directories.