cat
cat copied to clipboard
CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团...
使用最新的master分支进行docker部署,并没有开启HDFS,希望日志使用本地存储,服务端xml配置如下 这里的ip为容器ip ```xml ``` 在项目中,使用SpringBoot进行Transaction打点 ```java public boolean foo(String param1, String param2) { Transaction transaction = Cat.newTransaction("DataServiceImpl", "foo"); try { // 业务逻辑 logger.info("param1:{}, param2:{}", param1, param2); Cat.logEvent("URL.Server", "serverIp", Event.SUCCESS, "ip=${serverIp}");...
**Describe the bug** 重置路由之后,怎么也进不去了,一直报错404,安装组件都检查过了,配置也检查过了 mysql5.7 centos7 tomcat8.5 jdk8  **To Reproduce** 1. 安装好之后,打开网页 http://xxxx:8080/cat/s/config?op=sampleConfigUpdate 2. 然后重置路由,确认 3. 这样就404了,怎么也进不去了。环境重置了也不行
java.lang.RuntimeException: Unable to get component: class com.dianping.cat.analysis.TcpSocketReceiver. 请问这个报错是因为什么
进行项目配置的时候需要保存多次,要不然会出现刷新页面,展现的数据不一致的现象,下图是我们服务端配置和客户端路由
在服务端配置中property remote-servers 起的作用是什么? 看文档中的解释是 "定义HTTP服务列表,(远程监听端同步更新服务端信息即取此值)",这里的"远程监听端"指的是什么? 还有 local-mode为false时启动远程监听模式指的是什么? 两者有什么关联? 在客户端路由配置中,router-config 里的backup-server,文档中说"设置为当前服务器对外IP地址,端口固定为2280",请问backup-server作用是什么?
Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.4.35.v20201120 to 10.0.10. Release notes Sourced from jetty-server's releases. 10.0.10 Special Thanks to the following Eclipse Jetty community members @jianglai (Lai Jiang) @markslater (markslater) @prenagha (Padraic Renaghan)...
support resolve name
Bumps hadoop-client from 2.4.1 to 2.7.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
最典型的场景是MQ,一个生产端,多个消费端。Cat.logRemoteCallServer只支持一对一的链路,似乎不支持MQ一对多的链路? 我现在对Cat.logRemoteCallServer进行分解,会传递给下游链路的上游链路消息id,下游链路的消息id必须由下游链路生成,实现了一对多的链路。但是Cat-UI展示似乎并没有按照上游链路消息id展示下游链路的查询,有没有什么好的解决方案?