关于java:Skywalking05在Skywalking-RocketBot上添加监控图表

34次阅读

共计 1221 个字符,预计需要花费 4 分钟才能阅读完成。

Skywalking RocketBot 上增加监控图表

效果图

该图的一些配置信息如下:

题目为:JVM Thread State Count (Java Service)
指标为:read all values in the duration instance_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
  • 宽度:指标项的宽度
  • 高度:指标项的高度

分享并记录所学所见

正文完
 0