-
Skywalking-05:在Skywalking RocketBot上添加监控图表
效果图
该图的一些配置信息如下:
标题为:
JVM Thread State Count (Java Service)
指标为: read all values in the durationinstance_jvm_thread_new_thread_count,instance_jvm_thread_runnable_thread_count,instance_jvm_thread_blocked_thread_count,instance_jvm_thread_wait_thread_count,instance_jvm_thread_time_wait_thread_count,instance_jvm_thread_terminated_thread_count
图表类型:Bar Chart
实体类型:Service Instance
独立选择器:Common selectors
宽度:3
高度:250
面板/页面/指标项介绍
指标项配置
- 标题:指标项的标题
-
指标:指标中的值一定要在
oal
中配置,否则会提示未知指标且无法生成图表-
取值方式
- read the single value in the duration(读取单个值)
- read all values in the duration(读取所有值)
- get sorted top N values(获取前N个值)
-
取值方式
-
图表类型:
- no chart:无图,指标取值方式为:read the single value in the duration 才能配置
- Line Chart:折线图,指标取值方式为:read all values in the duration 才能配置
- Area Chart:面积图,指标取值方式为:read all values in the duration 才能配置
- Bar Chart:柱状图,指标取值方式为:read the single value in the duration、read all values in the duration 才能配置
-
实体类型:
- Service:服务
- All:所有
- Service Endpoint:服务端点
- Service Instance:服务实例
- 当前服务:只有独立选择器为:Self selectors才能配置
-
独立选择器:
- Self selectors
- Common selectors(通用选择器)
-
父级服务:指标取值方式为:get sorted top N values 才能配置
- 设置父服务
- 不设置父服务
-
排序方式:指标取值方式为:get sorted top N values 才能配置
- 递减顺序
- 递增顺序
- 单位:可以设置值的单位,只用作展示
-
数据计算:
- Plus:加
- Minus:减
- Multiplication:乘
- Division:除
- Convert Unix Timestamp(milliseconds):时间戳,单位:ms
- Convert Unix Timestamp(seconds) :时间戳,单位:s
- 宽度:指标项的宽度
- 高度:指标项的高度
出处:https://www.cnblogs.com/switchvov/p/15073573.html
最新更新
求1000阶乘的结果末尾有多少个0
详解MyBatis延迟加载是如何实现的
IDEA 控制台中文乱码4种解决方案
SpringBoot中版本兼容性处理的实现示例
Spring的IOC解决程序耦合的实现
详解Spring多数据源如何切换
Java报错:UnsupportedOperationException in Col
使用Spring Batch实现批处理任务的详细教程
java中怎么将多个音频文件拼接合成一个
SpringBoot整合ES多个精确值查询 terms功能实
数据库审计与智能监控:从日志分析到异
SQL Server 中的数据类型隐式转换问题
SQL Server中T-SQL 数据类型转换详解
sqlserver 数据类型转换小实验
SQL Server数据类型转换方法
SQL Server 2017无法连接到服务器的问题解决
SQLServer地址搜索性能优化
Sql Server查询性能优化之不可小觑的书签查
SQL Server数据库的高性能优化经验总结
SQL SERVER性能优化综述(很好的总结,不要错
uniapp/H5 获取手机桌面壁纸 (静态壁纸)
[前端] DNS解析与优化
为什么在js中需要添加addEventListener()?
JS模块化系统
js通过Object.defineProperty() 定义和控制对象
这是目前我见过最好的跨域解决方案!
减少回流与重绘
减少回流与重绘
如何使用KrpanoToolJS在浏览器切图
performance.now() 与 Date.now() 对比