cat
cat copied to clipboard
CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团...
采用cat 做监控 客户端 报 如下错误: Error when sending message over TCP socket! io.netty.util.internal.OutOfDirectMemoryError: failed to allocate 16777216 byte(s) of direct memory (used: 4143972352, max: 4151836672 这种问题一般怎么解决?
**Describe the bug** unidal仓库503 **To Reproduce** Steps to reproduce the behavior: 1. just run: mvn clean install -DskipTests **Expected behavior** no error when mvn install **Screenshots**  [ERROR] Plugin org.unidal.maven.plugins:codegen-maven-plugin:2.5.8...
Hello, I'm trying to follow the steps stated here to resolve the dependency error noted in the issue (https://github.com/dianping/cat/issues/1183), when I encounter another dependency not found when running `mvn -s...
大众点评 www.dianping.com 不要在此issue里面提各种问题,谢谢配合。
在服务端设计页面-报表建模(https://github.com/dianping/cat/wiki/server#%E6%8A%A5%E8%A1%A8%E5%BB%BA%E6%A8%A1 ),看到有描述: > CAT报表建模是使用自研的maven plugin自动生成的。所有报表是可合并和裁剪的,可以轻易地将2个或多个报表合并成一个报表。在报表处理代码中,CAT大量使用访问者模式(visitor pattern)。 请问这里说的“使用自研的maven plugin自动生成”这里能否解释下? 我理解的maven plugin是属于插件性质;跟这里所说报表建模不明白。
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
非得在/data/appdatas/下创建client.xml 和datasource.xml 这太局限了
https://github.com/dianping/cat/blob/facd399416d1caaa3fa2a613d0af963453f8c584/pom.xml#L142-L145 CVE-2020-8840 Recommended upgrade version:1.2.48.sec10
版本:20131114 1. cat上报的数据存在内存,只有下一个小时的时候才会将上一个小时的数据落盘DB,如果当前时间段重启cat,会导致上报的数据全部丢失 2. 如果下一个小时整点后隔几分钟重启,也会导致上一个小时的数据没有落盘完成而导致数据丢失 请问以上两个问题如何解决?