Added usage statistics configuration to yml file (#4097)
* Remove device from cache in case null value cached in the distributed redis * Handle case when device was removed from db but message in the queue exists * Code review chagnes * Added usage statistics configuration to yml file
This commit is contained in:
parent
eaa2c5785f
commit
411c9dabda
@ -118,6 +118,15 @@ security:
|
||||
githubMapper:
|
||||
emailUrl: "${SECURITY_OAUTH2_GITHUB_MAPPER_EMAIL_URL_KEY:https://api.github.com/user/emails}"
|
||||
|
||||
# Usage statistics parameters
|
||||
usage:
|
||||
stats:
|
||||
report:
|
||||
enabled: "${USAGE_STATS_REPORT_ENABLED:true}"
|
||||
interval: "${USAGE_STATS_REPORT_INTERVAL:10}"
|
||||
check:
|
||||
cycle: "${USAGE_STATS_CHECK_CYCLE:60000}"
|
||||
|
||||
# Dashboard parameters
|
||||
dashboard:
|
||||
# Maximum allowed datapoints fetched by widgets
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user