Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ProjectIDs []string `yaml:"project_ids"` MetricPrefixes []string `yaml:"metrics_prefixes"` ExtraFilters []string `yaml:"extra_filters"` RequestInterval time.Duration `yaml:"request_interval"` RequestOffset time.Duration `yaml:"request_offset"` IngestDelay bool `yaml:"ingest_delay"` DropDelegatedProjects bool `yaml:"drop_delegated_projects"` ClientTimeout time.Duration `yaml:"gcp_client_timeout"` }
func (*Config) NewIntegration ¶
func (c *Config) NewIntegration(l log.Logger) (integrations.Integration, error)
func (*Config) UnmarshalYAML ¶
UnmarshalYAML implements yaml.Unmarshaler for Config
Click to show internal directories.
Click to hide internal directories.