Propagate DCOverrides

This commit is contained in:
9seconds
2026-02-16 14:58:41 +01:00
parent 0a5a45b32d
commit 836a481026
9 changed files with 164 additions and 6 deletions
+4
View File
@@ -64,6 +64,10 @@ type Config struct {
MetricPrefix TypeMetricPrefix `json:"metricPrefix"`
} `json:"prometheus"`
} `json:"stats"`
DCOverrides []struct {
DC TypeDC
IPs []TypeHostPort `json:"ips"`
} `json:"dc_overrides"`
}
func (c *Config) Validate() error {