config = metric.config.Configuration.open(filename)
loads a configuration from the specified JSON file and returns a
metric.config.Configuration object. Use this method to load an
existing custom configuration so you can view or modify it programmatically.
Configuration, returned as a metric.config.Configuration
object populated with the threshold sets, threshold rules, and classifications
stored in the specified JSON file.