|
|
3 年之前 | |
|---|---|---|
| elab-alert | 3 年之前 | |
| elab-annotation | 3 年之前 | |
| elab-cache | 3 年之前 | |
| elab-core | 3 年之前 | |
| elab-db | 3 年之前 | |
| elab-es | 3 年之前 | |
| elab-kafka | 3 年之前 | |
| elab-log | 3 年之前 | |
| elab-mongodb | 3 年之前 | |
| elab-mq | 3 年之前 | |
| elab-redis | 3 年之前 | |
| elab-rocketMQ | 3 年之前 | |
| elab-spring | 3 年之前 | |
| elab-test | 3 年之前 | |
| springboot-demo | 5 年之前 | |
| README.md | 3 年之前 | |
| pom.xml | 3 年之前 | |
| test.txt | 6 年之前 |
@AuthorDescription注解,并集成数据收集器的业务埋点。
MonitorCollect.SERVICE.send发送业务埋点数据@EnableElabSpring 注解化,根据注解的启用来调整是否开启特定功能AnnotationProcessService接口来完成代理业务处理,默认实现类AuthorDescriptionAnnotationProcess
@AuthorDescription注解来完成业务逻辑的埋点,通过集成数据收集器来完成告警功能。LoadContextTool : 确定资源加载完毕之后被唤醒。SpringEventUtils : 相当于本地消息队列的模型,通过数据订阅的方式,将发送特定的数据结构,去容器中查找关于该数据的消费逻辑器。
java
// 类似于这种
public List<基础数据类型> getList(xxx);
PUT、DELETE请求