数据采集 采集源配置 Jenkins 性能指标采集
Jenkins 性能指标采集
简介
采集 jenkins 指标上报到 DataFlux 中
前置条件
- 已安装 DataKit(DataKit 安装文档)
配置
进入 DataKit 安装目录下的 conf.d/jenkins 目录,复制 jenkins.conf.sample 并命名为 jenkins.conf。示例如下:
配置好后,重启 DataKit 即可生效
采集指标
jenkins
指标 | 描述 | 类型 | 单位 | Tag |
---|---|---|---|---|
busy_executors | - | - | source,port | |
total_executors | - | - | source,port |
jenkins_node
指标 | 描述 | 类型 | 单位 | Tag |
---|---|---|---|---|
disk_available | - | - | arch,disk_path,temp_path,node_name,status,source | |
temp_available | - | - | arch,disk_path,temp_path,node_name,status,source | |
memory_available | - | - | arch,disk_path,temp_path,node_name,status,source | |
memory_total | - | - | arch,disk_path,temp_path,node_name,status,source | |
swap_available | - | - | arch,disk_path,temp_path,node_name,status,source | |
swap_total | - | - | arch,disk_path,temp_path,node_name,status,source | |
response_time | - | - | arch,disk_path,temp_path,node_name,status,source | |
num_executors | - | - | arch,disk_path,temp_path,node_name,status,source |
jenkins_job
指标 | 描述 | 类型 | 单位 | Tag |
---|---|---|---|---|
duration | - | - | name,parents,result,source | |
result_code | - | - | name,parents,result,source |