Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Myperf4j | 2,796 | 2 months ago | 6 | bsd-3-clause | Java | |||||
High performance Java APM. Powered by ASM. Try it. Test it. If you feel its better, use it. | ||||||||||
Vigil | 1,436 | 16 days ago | 47 | July 07, 2022 | 31 | mpl-2.0 | Rust | |||
🚦 Microservices Status Page. Monitors a distributed infrastructure and sends alerts (Slack, SMS, etc.). | ||||||||||
Owl | 831 | 4 days ago | 4 | June 26, 2019 | 6 | apache-2.0 | Go | |||
Distributed monitoring system | ||||||||||
Uavstack | 680 | 7 months ago | 39 | apache-2.0 | Java | |||||
UAVStack Open Source All in One Repository | ||||||||||
Pyctuator | 151 | 4 | 3 months ago | 18 | September 20, 2022 | 4 | apache-2.0 | Python | ||
Monitor Python applications using Spring Boot Admin | ||||||||||
Microservice App | 109 | 5 years ago | 1 | mit | Go | |||||
A microservices architecture app powered by golang. | ||||||||||
Jetson Monitor | 43 | 3 years ago | 1 | July 03, 2020 | mit | Go | ||||
🚨 Jetson is an HTTP monitoring service used to notify by various messaging platforms such as Slack and Telegram | ||||||||||
Microservices Examples | 38 | 6 years ago | Java | |||||||
基于Spring Boot/Spring Cloud 的微服务架构 | ||||||||||
Spring Petclinic Microservices | 29 | 2 years ago | n,ull | other | Java | |||||
Distributed version of Spring Petclinic built with Spring Cloud | ||||||||||
Jhipster Dashboard | 16 | 7 years ago | 1 | other | Shell | |||||
Hystrix dashboard for JHipster microservices architecture |
中文版README请点击(https://github.com/uavorg/uavstack/blob/master/README%E4%B8%AD%E6%96%87%E7%89%88.md)
UAVStack as an intelligent service technology stack is the integrated solution to R&D, operation and maintenance. As the acronym of unmanned aerial vehicle, UAV depicts the scenario where the unmanned aerial vehicle hovers under the sky and completes tasks in an intelligent and transparent manner. This stack features AIOps Robot (HIT), full dimension monitoring (UAV.Monitor), application performance management (UAV.APM), service governance (UAV.ServiceGovern), micro-service computing (UAV.MSCP), user experience management (UAV.UEM), etc..
Please visit https://uavorg.github.io/main/ for the open source series of UAVStack, including UAV.Monitor, UAV.APM, UAV.ServiceGovern and UAV.MSCP
uavstack is the All in One source repository of UAVStack.
Download the reference Maven dependency repositoryfor Maven Build Failure resulted from the lack of jar packages or the lack of dependent jar packages, and use the downloaded Maven repository instead or copy it into the Maven repository that you are using.
cd com.creditease.uav.superpom
mvn clean install
2 MonitorFramework
cd com.creditease.uav.monitorframework.buildComponent
mvn clean install
build result
target
-build
-uavmof_1.0_XXXXX.zip
-uavmof_1.0_XXXXX.zip.MD5
cd com.creditease.uav.agent.buildComponent
mvn clean install
build result
target
-build
-uavagent_1.0_XXXXX.zip
-uavagent_1.0_XXXXX.zip.MD5
cd com.creditease.uav.healthmanager.buildComponent
mvn clean install
build result
target
-build
-uavhm_1.0_XXXXX.zip
-uavhm_1.0_XXXXX.zip.MD5
cd com.creditease.uav.console
mvn clean install
build result
target
-com.creditease.uav.console-1.0.war
The Health Manager (HM) in the AllInOne Installation Package is applicable to development environments, demos and small-scale testing environments. A distributed deployment is recommended for the production environment.