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