func DefaultMetricsConfig()

in components/otelopscol/receiver/varnishreceiver/internal/metadata/generated_config.go [44:80]


func DefaultMetricsConfig() MetricsConfig {
	return MetricsConfig{
		VarnishBackendConnectionCount: MetricConfig{
			Enabled: true,
		},
		VarnishBackendRequestCount: MetricConfig{
			Enabled: true,
		},
		VarnishCacheOperationCount: MetricConfig{
			Enabled: true,
		},
		VarnishClientRequestCount: MetricConfig{
			Enabled: true,
		},
		VarnishClientRequestErrorCount: MetricConfig{
			Enabled: true,
		},
		VarnishObjectCount: MetricConfig{
			Enabled: true,
		},
		VarnishObjectExpired: MetricConfig{
			Enabled: true,
		},
		VarnishObjectMoved: MetricConfig{
			Enabled: true,
		},
		VarnishObjectNuked: MetricConfig{
			Enabled: true,
		},
		VarnishSessionCount: MetricConfig{
			Enabled: true,
		},
		VarnishThreadOperationCount: MetricConfig{
			Enabled: true,
		},
	}
}