Api v1.15.0 (#1620)
* refactor(chalice): approved metrics_exp as main metrics * refactor(chalice): removed EXP_METRICS flag
This commit is contained in:
parent
1a553134d4
commit
23e0a97d30
5 changed files with 304 additions and 3088 deletions
|
|
@ -27,12 +27,6 @@ if config("EXP_ERRORS_SEARCH", cast=bool, default=False):
|
|||
else:
|
||||
from . import errors as errors
|
||||
|
||||
if config("EXP_METRICS", cast=bool, default=False):
|
||||
logging.info(">>> Using experimental metrics")
|
||||
from . import metrics_exp as metrics
|
||||
else:
|
||||
from . import metrics as metrics
|
||||
|
||||
if config("EXP_SESSIONS_SEARCH_METRIC", cast=bool, default=False):
|
||||
logging.info(">>> Using experimental sessions search for metrics")
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -60,7 +60,6 @@ EXP_SESSIONS_SEARCH=false
|
|||
EXP_AUTOCOMPLETE=false
|
||||
EXP_ERRORS_SEARCH=false
|
||||
EXP_ERRORS_GET=false
|
||||
EXP_METRICS=true
|
||||
EXP_7D_MV=false
|
||||
EXP_ALERTS=false
|
||||
EXP_FUNNELS=false
|
||||
|
|
|
|||
|
|
@ -56,7 +56,6 @@ EXP_SESSIONS_SEARCH=false
|
|||
EXP_AUTOCOMPLETE=true
|
||||
EXP_ERRORS_SEARCH=false
|
||||
EXP_ERRORS_GET=false
|
||||
EXP_METRICS=true
|
||||
EXP_7D_MV=false
|
||||
EXP_ALERTS=false
|
||||
EXP_FUNNELS=false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue