Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

开启单机模式,可以录制但无法回放 #199

Open
UchihaYong opened this issue Feb 15, 2023 · 2 comments
Open

开启单机模式,可以录制但无法回放 #199

UchihaYong opened this issue Feb 15, 2023 · 2 comments

Comments

@UchihaYong
Copy link

录制但无法回放
如上图,输入 curl ....后可以在日志新增traceId,但回放的时候值还是变化的。

@UchihaYong
Copy link
Author

repeater-config.json配置如下
{ "degrade": false, "exceptionThreshold": 1000, "httpEntrancePatterns": [ "^/regress/.*$" ], "javaEntranceBehaviors": [ { "classPattern": "com.alibaba.repeater.console.service.impl.RegressServiceImpl", "includeSubClasses": false, "methodPatterns": [ "getRegress" ] }, { "classPattern": "com.alibaba.repeater.console.start.controller.test.RegressController", "includeSubClasses": false, "methodPatterns": ["slogan"] } ], "javaSubInvokeBehaviors": [ { "classPattern": "com.alibaba.repeater.console.service.impl.RegressServiceImpl", "includeSubClasses": false, "methodPatterns": [ "getRegressInner" ] }, { "classPattern": "com.alibaba.repeater.console.service.impl.RegressServiceImpl", "includeSubClasses": false, "methodPatterns": [ "findPartner" ] }, { "classPattern": "com.alibaba.repeater.console.service.impl.RegressServiceImpl", "includeSubClasses": false, "methodPatterns": [ "slogan" ] } ], "pluginIdentities": [ "http", "java-entrance", "java-subInvoke", "mybatis", "ibatis", "dubbo-provider", "dubbo-consumer" ], "sampleRate": 10000, "useTtl": true }

@MrZbb
Copy link

MrZbb commented Nov 9, 2023

录制的id跟你会放的Id貌似不是同一个,可以看日志里的id是重新生成了一个,所以你得用新生成的id做回放

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants