pub type Config = HashMap<ServiceName, HashMap<Tag, TagConfig>>;
The outer map is service_name; the inner is tag.
struct Config { /* private fields */ }