Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
basic-uniapp-v3
概览
概览
详情
活动
周期分析
版本库
存储库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
Basic
basic-uniapp-v3
Commits
7b72906f
提交
7b72906f
authored
9月 05, 2023
作者:
方治民
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: 添加 uni-stat 统计模块配置文件
上级
706cab6c
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
101 行增加
和
0 行删除
+101
-0
config.json
...udfunctions/common/uni-config-center/uni-stat/config.json
+101
-0
没有找到文件。
src/uni_modules/uni-config-center/uniCloud/cloudfunctions/common/uni-config-center/uni-stat/config.json
0 → 100644
浏览文件 @
7b72906f
{
"debug"
:
false
,
"redis"
:
false
,
"cachetime"
:
604800
,
"sessionExpireTime"
:
1800
,
"realtimeStat"
:
true
,
"cronMin"
:
false
,
"cron"
:
[
{
"type"
:
"stat"
,
"time"
:
"* * * 0"
},
{
"type"
:
"stat"
,
"time"
:
"* * 1 10"
},
{
"type"
:
"stat"
,
"time"
:
"1 * 1 20"
},
{
"type"
:
"stat"
,
"time"
:
"* 1 3 30"
},
{
"type"
:
"active-device"
,
"time"
:
"* * 0 10"
},
{
"type"
:
"active-user"
,
"time"
:
"* * 0 20"
},
{
"type"
:
"page"
,
"time"
:
"* * 3 20"
},
{
"type"
:
"event"
,
"time"
:
"* * 4 20"
},
{
"type"
:
"error"
,
"time"
:
"* * 5 20"
},
{
"type"
:
"loyalty"
,
"time"
:
"* * 6 20"
},
{
"type"
:
"clean"
,
"time"
:
"* * 5 30"
},
{
"type"
:
"retention-device"
,
"time"
:
"* * 2 20"
},
{
"type"
:
"retention-device"
,
"time"
:
"* 1 4 30"
},
{
"type"
:
"retention-device"
,
"time"
:
"1 * 2 30"
},
{
"type"
:
"retention-user"
,
"time"
:
"* * 3 40"
},
{
"type"
:
"retention-user"
,
"time"
:
"* 1 5 40"
},
{
"type"
:
"retention-user"
,
"time"
:
"1 * 6 30"
},
{
"type"
:
"pay-result"
,
"time"
:
"* * * 10"
,
"dimension"
:
"hour"
,
"description"
:
"每小时执行统计(会自动统计小时、天、周、月、季度、年度)"
,
"timely"
:
true
}
],
"batchInsertNum"
:
5000
,
"errorCheck"
:
{
"needCheck"
:
true
,
"checkTime"
:
5
},
"cleanLog"
:
{
"open"
:
true
,
"reserveDays"
:
{
"sessionLog"
:
31
,
"userSessionLog"
:
31
,
"pageLog"
:
7
,
"eventLog"
:
7
,
"shareLog"
:
7
,
"errorLog"
:
7
}
}
}
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论