//
pkg.gl
Category
github.com/TeaOSLab/EdgeNode
internal
metrics
package
0.6.4
Repository:
https://github.com/teaoslab/edgenode.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
20
Dependents
1
Files
671 SLOC
#
Functions
NewManager
No description provided by the author
NewTask
NewTask 获取新任务.
SumStat
No description provided by the author
#
Constants
MaxQueueSize
TODO 可以配置,可以在单个任务里配置.
#
Variables
SharedManager
No description provided by the author
#
Structs
Manager
No description provided by the author
Stat
No description provided by the author
Task
Task 单个指标任务 数据库存储: data/ metric.$ID.db stats id, keys, value, time, serverId, hash 原理: 添加或者有变更时 isUploaded = false 上传时检查 isUploaded 状态 只上传每个服务中排序最前面的 N 个数据.
#
Interfaces
MetricInterface
No description provided by the author