You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
elastic/apm-data#157 fixed a bug in the apm-server where a validation was not properly applied. Before the fix, empty metricset values were accepted by the apm-server, although they should have been rejected. The fix was released in 8.11.0.
The apm-java-agent had been sending empty histogram metricsets for micrometer up until version 1.42, and fixed the bug on the agent side in 1.43.0.
The fixes impact users of the java agent in a version <1.43.0, where empty micrometer histogram metrics would be recorded. The docs need to be updated accordingly for visibility before upgrading the server.
8.11 release notes should contain a note that the validation was fixed, requiring users to upgrade to java agent version >= 1.43.0 if they are collecting micrometer or custom metrics with potentially empty .
elastic/apm-data#157 fixed a bug in the apm-server where a validation was not properly applied. Before the fix, empty metricset values were accepted by the apm-server, although they should have been rejected. The fix was released in
8.11.0
.The apm-java-agent had been sending empty histogram metricsets for micrometer up until version
1.42
, and fixed the bug on the agent side in1.43.0
.The fixes impact users of the java agent in a version
<1.43.0
, where empty micrometer histogram metrics would be recorded. The docs need to be updated accordingly for visibility before upgrading the server.8.11
release notes should contain a note that the validation was fixed, requiring users to upgrade to java agent version>= 1.43.0
if they are collecting micrometer or custom metrics with potentially empty .The text was updated successfully, but these errors were encountered: