-
Notifications
You must be signed in to change notification settings - Fork 528
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
Ingesting new jvm metrics in 8.9 and 8.10 breaks upgrade to 8.11 and stops ingestion #12103
Comments
We experienced this same issue upgrading from 8.10.3 to 8.11.1. In the logs, we noticed that there were a lot of error logs that stated we were in 8.10.3 and the integration needed to be 8.11+
When attempting to upgrade the integration via Fleet UI, I received, I then attempted a reinstall, same issue. Then an uninstall, same issue. We have managed to stand up our APM servers as standalone without an APM integration via Fleet UI and can receive some data, but this is obviously a concern to us long-term. |
Hi @6fears7 , sorry to hear you are running into this bug. A fix was merged already in elastic/kibana#171712 and is planned to be part of the next patch release. We can update here once the fix is released. |
Our customer is experiencing the same issue. what is the work around? |
@sunilemanjee |
A PR was merged to mention the issue and the related fix in the known-issues section of the docs. I think we can close this. |
Docs listing the known issues for |
Java agent v1.39.0+ sending new jvm metrics to apm-server 8.9 and 8.10 will create runtime fields, causing upgrade to 8.11.0 or 8.11.1 to silently fail and stop ingesting APM metrics.
APM server error logs after upgrade:
Fleet error on integration package upgrade:
Related PRs:
#11303
#10968
This should be fixed by elastic/kibana#171712
The text was updated successfully, but these errors were encountered: