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