FILTER_TYPE = {
    'RANGE': 'range',
    'INCLUDE': 'include',
    'EXCLUDE': 'exclude',
    'FUNC': 'func'
}
METRICS = {
    'PERFORMANCE': 'performance',
    'ABSOLUTE': 'absolute'
}

