Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Pm2 | 39,116 | 5,370 | 1,435 | 3 days ago | 275 | February 17, 2022 | 778 | other | JavaScript | |
Node.js Production Process Manager with a built-in Load Balancer. | ||||||||||
Cilium | 15,442 | 15 | 16 hours ago | 547 | September 14, 2022 | 1,156 | apache-2.0 | Go | ||
eBPF-based Networking, Security, and Observability | ||||||||||
Pandora | 3,084 | 6 | 5 | 2 years ago | 104 | December 14, 2018 | 4 | mit | TypeScript | |
A Manageable, Measurable and Traceable Node.js Application Manager represented by Alibaba powered by TypeScript | ||||||||||
Javamelody | 2,819 | 484 | 19 | 4 days ago | 88 | April 03, 2022 | 55 | apache-2.0 | Java | |
JavaMelody : monitoring of JavaEE applications | ||||||||||
Kamon | 1,380 | 10 | 202 | 9 days ago | 65 | June 29, 2022 | 165 | other | Scala | |
Distributed Tracing, Metrics and Context Propagation for applications running on the JVM | ||||||||||
Appmetrics | 889 | 88 | 41 | 2 years ago | 38 | October 31, 2019 | 65 | apache-2.0 | JavaScript | |
Node Application Metrics provides a foundational infrastructure for collecting resource and performance monitoring data for Node.js-based applications. | ||||||||||
Bugsnag Php | 527 | 484 | 73 | 18 days ago | 94 | May 18, 2022 | 6 | mit | PHP | |
Bugsnag error monitoring and crash reporting tool for PHP apps | ||||||||||
Liman | 497 | 4 years ago | June 02, 2021 | mit | JavaScript | |||||
Self-hosted web application for monitoring docker. | ||||||||||
Prometheus For Developers | 435 | 6 months ago | 1 | bsd-2-clause | JavaScript | |||||
Practical introduction to Prometheus for developers. | ||||||||||
Debian Server Tools | 434 | 4 days ago | 2 | mit | Shell | |||||
Tools and living docs 🧬 for Debian-based servers and Web Applications |
A good alternative to stagemonitor that offers a similar feature set, except for the in-browser-widget, is the Elastic APM Java Agent.
Stagemonitor is a Java monitoring agent that tightly integrates with time series databases like Elasticsearch, Graphite and InfluxDB to analyze graphed metrics and Kibana to analyze requests and call stacks. It includes preconfigured Grafana and Kibana dashboards that can be customized.
For more information about the project, please see http://www.stagemonitor.org
http://stagemonitor-demo.isys-software.de
Check the Installation site of the wiki
If you encounter any issues or if you have a question, don't hesitate to create an issue.
The mailing list can be found at stagemonitor/stagemonitor-mailinglist
Use JitPack to get the latest snapshots from master. When using gradle, add the --refresh-dependencies
flag to ensure you always check for an updated snapshot version.
To build this project locally, clone the repo and execute ./gradlew install
(Linux) gradlew.bat install
(Windows) to install stagemonitor to your local maven repo (~/.m2/repository/org/stagemonitor/
).
We love contributions from the community! Please read CONTRIBUTING.md before creating a pull request.