[Bug] Success Rate is Incorrect with Vert.x #11674
-
Search before asking
Apache SkyWalking ComponentOAP server (apache/skywalking) What happenedThe success rate is incorrect when Skywalking is working with a Vert.x web server. This demo project contains two APIs:
In the dashboard, the success rate for both is 100%. 2 Reproduce2.1 Start ES/OAP/UI/Vert.x_Web_ServerUsing the following command: wget -nc https://dlcdn.apache.org/skywalking/java-agent/9.1.0/apache-skywalking-java-agent-9.1.0.tgz &&
tar xzvf ./apache-skywalking-java-agent-9.1.0.tgz &&
./gradlew clean build && \
docker-compose build && \
export OAP_IMAGE=apache/skywalking-oap-server:9.7.0 && \
export UI_IMAGE=apache/skywalking-ui:9.7.0 && \
export ES_VERSION=7.10.2 && \
docker-compose upWhat you expected to happenThe success rate for the How to reproduce
Anything elsePlease kindly let me know if it is not a bug and I can correct it with some settings. Thanks! Are you willing to submit a pull request to fix on your own?
Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
|
Success rate and traffic is calculated based on entry spans from your traces. Please check there. |
Beta Was this translation helpful? Give feedback.
-
|
@BFergerson Hi, Brandon, do you have any insights on this case? |
Beta Was this translation helpful? Give feedback.

Apologies for the wait. Please check: apache/skywalking-java#662