package config type MetricsConfig struct { Enabled bool `yaml:"enabled"` Address string `yaml:"address"` }