summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-07修正rpm包命名规范v2.8.5liuxueli
2020-04-07支持上传yum源v2.8.4v2.8.3liuxueli
2020-04-071、influx line protocol输出时,根据column类型输出metric杨威
2019-12-11update ci.ymlv2.8.2yangwei
2019-09-09Merge branch 'develop' into 'master'杨威
Develop See merge request MESA_framework/FieldStat2!20
2019-09-09UPDATE:新增本地文件输出支持JSON格式杨威
1、使用METRIS_FORMAT进行设置,默认为行列显示,取值定义见metris_output_format 2、输出JSON内容包含unix timestamp,output interval和metrics数组
2019-05-24Merge branch 'patch-1' into 'master'刘学利
Update... See merge request MESA_framework/FieldStat2!18
2019-05-24Update ↵刘学利
CMakeLists.txt;单独编译库时,不破坏当前环境;当MESA_SHARED_INSTALL_DIR变量被定义时,会将生成的库文件安装MESA_SHARED_INSTALL_DIR定义的路径下
2019-05-23Merge branch 'Feature-add-gitlab-ci-file' into 'master'v2.8.1杨威
增加自动发布release配置文件 See merge request MESA_framework/FieldStat2!17
2019-05-23增加自动发布release配置文件杨威
2019-05-23Merge branch 'Feature-add-pack' into 'master'杨威
Feature add pack See merge request MESA_framework/FieldStat2!16
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