zoukankan      html  css  js  c++  java
  • Skywalking05:在Skywalking RocketBot上添加监控图表

    Skywalking RocketBot 上添加监控图表

    效果图

    file

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

    标题为: 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

    面板/页面/指标项介绍

    file

    file

    指标项配置

    • 标题:指标项的标题
    • 指标:指标中的值一定要在 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
    • 宽度:指标项的宽度
    • 高度:指标项的高度

    分享并记录所学所见

  • 相关阅读:
    HashMap源码解析
    如何同时运行两个Tomcat
    Thymeleaf遍历List<Map>和Map<>
    Apache POI详解
    如何管理系统的右键新建菜单
    datatable的dom配置
    如何获取Html的height和width属性(网页宽、高)
    什么是跨域?如何解决跨域问题?
    C# 各类文件扩展名
    C# 接口与抽象类的区别? 什么情景下使用接口,什么情景下使用抽象类?
  • 原文地址:https://www.cnblogs.com/switchvov/p/15073573.html
Copyright © 2011-2022 走看看