package config // MetricsConfig holds configuration for metrics type MetricsConfig struct { Enabled bool ServiceName string Path string Port string }