Replies: 1 comment 1 reply
-
There is no guarantee that we could support new released or not tested version. Most likely, plugin needs some adjustments to support those new versions. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Search before asking
Apache SkyWalking Component
Java Agent (apache/skywalking-java)
What happened
Environment:
After upgrading the Elasticsearch (ES) client dependency used in the Spring Boot application, the Skywalking Java Agent (v9.5.0) can no longer collect ES query request data.
With the old ES client dependencies, the agent worked normally and successfully captured ES query-related metrics and traces. However, after switching to the officially recommended ES client version, all ES query request collection functionality stopped working—no ES-related data is displayed in the Skywalking UI.
What you expected to happen
The Skywalking Java Agent (v9.5.0) should consistently collect and report ES query request data, regardless of whether the application uses the old ES client dependencies or the officially recommended new ES client dependency.
How to reproduce
api "co.elastic.clients:elasticsearch-java:7.16.3"
Anything else
No response
Are you willing to submit a pull request to fix on your own?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions