Versions in this module Expand all Collapse all v0 v0.19.0 Jun 8, 2026 Changes in this version + const DefaultAggregateDeltas + const DefaultBackoffJitter + const DefaultDeltasTTL + const DefaultDescriptorGoogleOnly + const DefaultDescriptorTTL + const DefaultDropDelegated + const DefaultFillMissing + const DefaultHTTPTimeout + const DefaultMaxBackoff + const DefaultMaxRetries + const DefaultMetricsIngest + const DefaultMetricsInterval + const DefaultMetricsOffset + const DefaultUniverseDomain + var DefaultRetryStatuses = []int + type Config struct + AggregateDeltas bool + AggregateDeltasTTL time.Duration + BackoffJitter time.Duration + DescriptorCacheOnlyGoogle bool + DescriptorCacheTTL time.Duration + DropDelegatedProjects bool + FillMissingLabels bool + Filters []string + HTTPTimeout time.Duration + MaxBackoff time.Duration + MaxRetries int + MetricsIngestDelay bool + MetricsInterval time.Duration + MetricsOffset time.Duration + MetricsPrefixes []string + ProjectIDs []string + ProjectsFilter string + RetryStatuses []int + UniverseDomain string + func NewConfigWithDefaults() *Config + func (c *Config) Validate() error + func (c *Config) Validated() bool