Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Cat | 17,620 | 2 months ago | 5 | February 25, 2019 | 139 | apache-2.0 | Java | |||
CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。 | ||||||||||
Signoz | 13,007 | 5 hours ago | 666 | other | TypeScript | |||||
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open source Application Performance Monitoring (APM) & Observability tool | ||||||||||
Pinpoint | 12,770 | a day ago | 7 | August 04, 2022 | 386 | apache-2.0 | Java | |||
APM, (Application Performance Management) tool for large-scale distributed systems. | ||||||||||
Sysmon Config | 4,081 | a month ago | 71 | |||||||
Sysmon configuration file template with default high-quality event tracing | ||||||||||
Uptrace | 1,959 | a day ago | 20 | June 08, 2022 | 20 | other | Go | |||
Open source APM: OpenTelemetry traces, metrics, and logs | ||||||||||
Opentelemetry Js | 1,943 | 1 | 165 | 18 hours ago | 141 | July 06, 2022 | 250 | apache-2.0 | TypeScript | |
OpenTelemetry JavaScript Client | ||||||||||
Stagemonitor | 1,695 | 11 | 8 | 3 months ago | 47 | April 06, 2020 | 85 | apache-2.0 | Java | |
an open source solution to application performance monitoring for java server applications | ||||||||||
Kamon | 1,380 | 10 | 202 | 15 days ago | 65 | June 29, 2022 | 165 | other | Scala | |
Distributed Tracing, Metrics and Context Propagation for applications running on the JVM | ||||||||||
Deepflow | 993 | a day ago | 65 | apache-2.0 | Go | |||||
Application Observability using eBPF | ||||||||||
Jaeger Ui | 918 | 2 | 3 days ago | 7 | March 19, 2019 | 225 | apache-2.0 | JavaScript | ||
Web UI for Jaeger |
+-----------+
| mftracerd |----------+
+-----------+ | PutItem
V
+-----------+ +-----------------+ +-----------------+
| mftracerd |------>| Kinesis Streams | ---> | Lambda function |
+-----------+ +-----------------+ +-----------------+
^ |
+-----------+ | | INSERT or UPDATE
| mftracerd |----------+ V
+-----------+ +----------+ SELECT +-----------------+
| mftracer |<--------| Postgres Aurora |
+----------+ ^ +-----------------+
|
| API
+----------+
| Mackerel |
+----------+
mftctl --level 2 --dest-ipv4 10.0.0.21
10.0.0.21
└<-- 10.0.0.22:many (connections:30)
└<-- 10.0.0.23:many (connections:30)
└<-- 10.0.0.24:many (connections:30)
└<-- 10.0.0.30:many (connections:1)
└<-- 10.0.0.31:many (connections:1)
└<-- 10.0.0.25:many (connections:30)
...
mftctl --dest-service blog --dest-roles redis --dest-roles memcached
blog:redis
└<-- 10.0.0.22:many (connections:30)
└<-- 10.0.0.23:many (connections:30)
└<-- 10.0.0.24:many (connections:30)
└<-- 10.0.0.30:many (connections:1)
└<-- 10.0.0.31:many (connections:1)
└<-- 10.0.0.25:many (connections:30)
blog:memcached
└<-- 10.0.0.23:many (connections:30)
└<-- 10.0.0.25:many (connections:30)
...
MIT License.