m3db / m3

M3 monorepo - Distributed TSDB, Aggregator and Query Engine, Prometheus Sidecar, Graphite Compatible, Metrics Platform
https://m3db.io/
Apache License 2.0
4.77k stars 453 forks source link

Only configure env configs when specified #4216

Closed justinjc closed 1 year ago

justinjc commented 1 year ago

Don't configure Configuration.Services or Configuration. Statics unless there are entries to specified. In particular, these configure steps should be skipped if the config specifies an empty slice [], which may be unavoidable since yaml marshals a nil slice to [].