1. 程式人生 > 其它 >Skywalking-05:在Skywalking RocketBot上新增監控圖表

Skywalking-05:在Skywalking RocketBot上新增監控圖表

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
  • 寬度:指標項的寬度
  • 高度:指標項的高度

分享並記錄所學所見