| Age | Commit message (Collapse) | Author |
|
2.修复develop分支编译失败问题
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
at_instance_create函数新增name参数
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
修复更换httpserver后,server线程在destroy后未退出的bug
由于httpsever内部使用while(1)循环,destroy时主动调用pthread_cancel关闭线程
|
|
https://github.com/jeremycw/httpserver.h
|
|
修复FieldStat2输出prometheous格式,剩余空间较小,snprintf导致内存越界的问题
|
|
histogram格式统计输出prometheous时出现重复多次的现象
|
|
|
|
。其中使用thread local storage存储计数器下标。
|
|
|
|
|
|
|
|
|
|
|
|
|
|
将metrics_name中的(){}字符转移义为'_',出现在metrics_name结尾则删除
|
|
|
|
ath为APP_NAME
|
|
|
|
|
|
|
|
根据具体type类型决定是否转换成int_val,避免访存越界
|
|
|