All Projects → dianping → Cat

dianping / Cat

Licence: apache-2.0
CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。

Programming Languages

java
68154 projects - #9 most used programming language
c
50402 projects - #5 most used programming language
Less
1899 projects
C#
18002 projects
FreeMarker
481 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Cat

Stagemonitor
an open source solution to application performance monitoring for java server applications
Stars: ✭ 1,664 (-89.75%)
Mutual labels:  monitoring, metrics, tracing, apm
Opstrace
Secure observability, deployed in your own network. An open source alternative to SaaS solutions like Datadog, SignalFx, ...
Stars: ✭ 743 (-95.42%)
Mutual labels:  monitoring, metrics, tracing
Javamelody
JavaMelody : monitoring of JavaEE applications
Stars: ✭ 2,486 (-84.69%)
Mutual labels:  monitoring, metrics, apm
Opencensus Csharp
Distributed tracing and stats collecting framework
Stars: ✭ 126 (-99.22%)
Mutual labels:  monitoring, metrics, tracing
Jaeger Ui
Web UI for Jaeger
Stars: ✭ 639 (-96.06%)
Mutual labels:  monitoring, tracing, apm
Opencensus Java
A stats collection and distributed tracing framework
Stars: ✭ 640 (-96.06%)
Mutual labels:  monitoring, metrics, tracing
Kamon
Distributed Tracing, Metrics and Context Propagation for application running on the JVM
Stars: ✭ 1,280 (-92.12%)
Mutual labels:  monitoring, metrics, tracing
Pandora
A Manageable, Measurable and Traceable Node.js Application Manager represented by Alibaba powered by TypeScript
Stars: ✭ 3,084 (-81.01%)
Mutual labels:  monitoring, metrics, apm
Scouter
Scouter is an open source APM (Application Performance Management) tool.
Stars: ✭ 1,792 (-88.96%)
Mutual labels:  monitoring, metrics, apm
Opencensus Node
A stats collection and distributed tracing framework
Stars: ✭ 249 (-98.47%)
Mutual labels:  monitoring, metrics, tracing
Inspectit
inspectIT is the leading Open Source APM (Application Performance Management) tool for analyzing your Java (EE) applications.
Stars: ✭ 513 (-96.84%)
Mutual labels:  monitoring, metrics, apm
Opencensus Web
A stats collection and distributed tracing framework
Stars: ✭ 168 (-98.97%)
Mutual labels:  monitoring, metrics, tracing
Transmittable Thread Local
📌 TransmittableThreadLocal (TTL), the missing Java™ std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using thread pooling components.
Stars: ✭ 4,678 (-71.19%)
Mutual labels:  tracing, apm, distributed
Pcp
Performance Co-Pilot
Stars: ✭ 716 (-95.59%)
Mutual labels:  monitoring, metrics, distributed
App perf
Open source application performance monitoring tool with emphasis on ease of setup and use. Providing similar functionality like NewRelic/AppNeta/Skylight etc.
Stars: ✭ 353 (-97.83%)
Mutual labels:  monitoring, metrics, apm
Spm Agent Nodejs
NodeJS Monitoring Agent
Stars: ✭ 51 (-99.69%)
Mutual labels:  monitoring, tracing, apm
gateway
A proxy to buffer and forward metrics, events, and traces.
Stars: ✭ 94 (-99.42%)
Mutual labels:  metrics, apm, tracing
Apm Agent Go
Official Go agent for Elastic APM
Stars: ✭ 269 (-98.34%)
Mutual labels:  monitoring, tracing, apm
Apm Agent Php
Elastic APM PHP Agent
Stars: ✭ 129 (-99.21%)
Mutual labels:  monitoring, tracing, apm
Pinpoint
APM, (Application Performance Management) tool for large-scale distributed systems.
Stars: ✭ 11,883 (-26.81%)
Mutual labels:  monitoring, tracing, apm

CAT GitHub stars GitHub forks

CAT 简介

  • CAT 是基于 Java 开发的实时应用监控平台,为美团点评提供了全面的实时监控告警服务。
  • CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。
  • CAT 很大的优势是它是一个实时系统,CAT 大部分系统是分钟级统计,但是从数据生成到服务端处理结束是秒级别,秒级定义是48分钟40秒,基本上看到48分钟38秒数据,整体报表的统计粒度是分钟级;第二个优势,监控数据是全量统计,客户端预计算;链路数据是采样计算。

Cat 产品价值

  • 减少故障发现时间
  • 降低故障定位成本
  • 辅助应用程序优化

Cat 优势

  • 实时处理:信息的价值会随时间锐减,尤其是事故处理过程中
  • 全量数据:全量采集指标数据,便于深度分析故障案例
  • 高可用:故障的还原与问题定位,需要高可用监控来支撑
  • 故障容忍:故障不影响业务正常运转、对业务透明
  • 高吞吐:海量监控数据的收集,需要高吞吐能力做保证
  • 可扩展:支持分布式、跨 IDC 部署,横向扩展的监控系统

更新日志

  • 最新版本特性一览

    • 注意cat的3.0代码分支更新都发布在master上,包括最新文档也都是这个分支

    • 注意文档请用最新master里面的代码文档作为标准,一些开源网站上面一些老版本的一些配置包括数据库等可能遇到不兼容情况,请以master代码为准,这份文档都是美团点评内部同学为这个版本统一整理汇总。内部同学已经核对,包括也验证过,如果遇到一些看不懂,或者模糊的地方,欢迎提交PR。

    • 多语言客户端:Java、C/C++、Node.js、Python、Go 传送门

    • 消息采样聚合

    • 序列化协议升级

    • 全新文件存储引擎

监控模型:

支持 Transaction、Event、Heartbeat、Metric 四种消息模型。 模型设计

模块简介

功能模块

  • cat-client: 客户端,上报监控数据
  • cat-consumer: 服务端,收集监控数据进行统计分析,构建丰富的统计报表
  • cat-alarm: 实时告警,提供报表指标的监控告警
  • cat-hadoop: 数据存储,logview 存储至 Hdfs
  • cat-home: 管理端,报表展示、配置管理等
  1. 根目录下 cat-client 模块以后不再维护,下个大版本更新计划移除。新版Java客户端参考:lib/java
  2. 管理端、服务端、告警服务均使用 cat-home 模块部署即可

其他模块

  • integration:cat和一些第三方工具集成的内容(此部分一部分是由社区贡献,一部分官方贡献)
  • lib:CAT 的客户端,包括 Java、C/C++、Python、Node.js、Go
  • script:CAT 数据库脚本

Quick Start

服务端

项目设计

Copyright and License

Apache 2.0 License.

CAT 接入公司

Alt text

更多接入公司,欢迎在 https://github.com/dianping/cat/issues/753 登记

联系我们

我们需要知道你对Cat的一些看法以及建议:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].