Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 902 Bytes

wei-fu-wu-ji-qun-jian-kong-zhi-li.md

File metadata and controls

51 lines (36 loc) · 902 Bytes

微服务集群监控治理

Overview

Architecture

Features

监视

  • Spring Cloud Cluster
  • Spring boot
  • Health metrics
  • JVM metrics, report utilization of:
    • Various memory and buffer pools
    • Statistics related to garbage collection
    • Threads utilization
    • Number of classes loaded/unloaded
  • CPU metrics
  • Logback metrics: record the number of events logged to Logback at each level
  • Uptime metrics: report a gauge for uptime and a fixed gauge representing the application’s absolute start time
  • Hikaricp metrics
  • File descriptor metrics
  • QPS、TPS、RPS
  • 全链路监控
  • Network Topology
  • Traffic metrics
  • Kubernetes metrics

控制

  • Dump heap
  • API 归集
    • API Testing
    • API Mock

整治

管理

Design

Data Center -> Cluster -> Service Name -> Application[1-N]

For People

  • Development
  • DevOps

Road Map