summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-06增加CI文件v2.8.2_beta杨威
2019-06-05UPDATE:新增本地文件输出支持JSON格式yangwei
1、使用METRIS_FORMAT进行设置,默认为行列显示,取值定义见metris_output_format 2、输出JSON内容包含unix timestamp,output interval和metrics数组
2019-05-231.增加自动发布release脚本yangwei
2019-05-231.移除Cmakelist中创建软连接的操作yangwei
2.增加打包脚本package.cmake
2019-05-15Merge branch 'patch-1' into 'master'刘学利
Update CMakeLists.txt;增加安装Filed_stat2.h头文件 See merge request MESA_framework/FieldStat2!15
2019-05-15Update CMakeLists.txt;修改笔误刘学利
2019-05-15Update CMakeLists.txt;增加安装Filed_stat2.h头文件刘学利
2019-05-14Merge branch 'patch-1' into 'master'刘学利
Update CMakeLists.txt;添加默认安装路径 See merge request MESA_framework/FieldStat2!14
2019-05-14Update CMakeLists.txt;添加默认安装路径刘学利
2019-05-13Merge branch 'patch-1' into 'master'刘学利
Patch 1 See merge request MESA_framework/FieldStat2!13
2019-05-13Merge branch 'master' into 'patch-1'刘学利
# Conflicts: # CMakeLists.txt
2019-05-13Update CMakeLists.txt;增加安装库文件刘学利
2019-05-13Merge branch 'patch-2' into 'master'刘学利
Update CMakeLists.txt;增加安装库文件 See merge request MESA_framework/FieldStat2!12
2019-05-13Update CMakeLists.txt;增加安装库文件刘学利
2019-05-13Merge branch 'patch-2' into 'master'刘学利
Update Version.cmake;增加对'/'的转义 See merge request MESA_framework/FieldStat2!11
2019-05-13Update Version.cmake;增加对'/'的转义刘学利
2019-05-10Update CMakeLists.txt;取消自动添加版本号;修改安装目的路径刘学利
2019-05-05Merge branch 'feature-add-cmakelist' into 'master'杨威
同步makefile内容,在cmake编译动态库时,增加version-script See merge request MESA_framework/FieldStat2!10
2019-05-05同步makefile内容,在cmake编译动态库时,增加version-scriptyangwei
2019-05-05Merge branch 'feature-add-cmakelist' into 'master'杨威
新增cmakelist支持,包含按git记录在代码中自动生成版本号宏定义GIT_VERSION See merge request MESA_framework/FieldStat2!9
2019-05-05新增cmakelist支持,包含按git记录在代码中自动生成版本号� ↵yangwei
��定义GIT_VERSION
2019-01-25Merge branch 'feature-not-send-metric-to-server' into 'master'郑超
增加NOT_SEND_METRIC_TO_SERVER开关,不发送统计数据到汇聚服务器。ID_INVISBLE仅控制本地的显示,不再影响汇聚行为。 See merge request MESA_framework/FieldStat2!8
2019-01-25增加NOT_SEND_METRIC_TO_SERVER开关,不发送统计数据到汇聚服务 ↵zhengchao
器。ID_INVISBLE仅控制本地的显示,不再影响汇聚行为。
2019-01-08增加telegraf配置文件中percentile_limit的配置,使用默认值时� ↵zhengchao
��histogram的统计不准确。
2019-01-08改用counter输出status的current值。zhengchao
2019-01-07对于FS_STYLE_STATUS+FS_CALC_CURRENT使用Histogram输出,以便实现多 ↵zhengchao
节点的当前值的聚合。
2018-12-13Update readme.md郑超
2018-12-13beautify readme.md's table demo.郑超
2018-12-12readme中补充fs_operate的说明zhengchao
2018-12-12用Markdown格式重写readme。zhengchao
2018-12-11在fieldstat.h中,提供clock_gettime的封装zhengchao
2018-12-11使用线程安全的ctime_r输出时间。zhengchao
2018-12-07修复bug,FS_set_para STATS_SERVER_PORT时没有正确兼容4字节的port。zhengchao
2018-12-03Merge branch 'feature-dynamic-print-buff-alloc' into 'master'郑超
Feature dynamic print buff alloc See merge request MESA_framework/FieldStat2!7
2018-12-03Feature dynamic print buff alloc郑超
2018-11-27Merge branch 'bugfix-fs-stop-with-no-thread' into 'master'郑超
Bugfix fs stop with no thread See merge request MESA_framework/FieldStat2!6
2018-11-27Merge branch 'bugfix-fs-stop-with-no-thread' of ↵zhengchao
git.mesalab.cn:MESA_framework/FieldStat2 into bugfix-fs-stop-with-no-thread
2018-11-27不创建线程时,不应调用pthread_join。zhengchao
2018-11-27不创建线程时,不应调用pthread_join。zhengchao
2018-11-26Merge branch 'bugfix-memleakage-at-FS_stop' into 'master'郑超
修复销毁句柄时内存没有完全释放的bug。 See merge request MESA_framework/FieldStat2!5
2018-11-26修复销毁句柄时内存没有完全释放的bug。zhengchao
2018-11-22Merge branch 'trival-rename-output-style-define' into 'master'v2.8郑超
上次没修完 See merge request MESA_framework/FieldStat2!4
2018-11-22上次没修完zhengchao
2018-11-22Merge branch 'trival-rename-output-style-define' into 'master'郑超
修正变量名 See merge request MESA_framework/FieldStat2!3
2018-11-22修正变量名zhengchao
2018-11-22Merge branch 'feature-histogram' into 'master'郑超
Feature histogram See merge request MESA_framework/FieldStat2!2
2018-11-22Merge branch 'feature-influx-line-protocol' into 'feature-histogram'郑超
新增支持influx line protocol格式输出,目前支持STATUS, FIELD和LINE类型的,暂未支持HISTOGRAM See merge request MESA_framework/FieldStat2!1
2018-11-22提高可读性,修改输出statsd和influx line的函数名。zhengchao
2018-11-22新增支持influx line protocol格式输出,目前支持STATUS, ↵yangwei
FIELD和LINE类型的,暂未支持HISTOGRAM
2018-11-20发送histogram到statsd时,写越界。zhengchao