Johnny Lim

Results 48 comments of Johnny Lim

The "enhancement" label seems to be missing for this, and an entry for this is also missing from [the release notes for 1.14.0-M1](https://github.com/micrometer-metrics/micrometer/releases/tag/v1.14.0-M1).

@flozano Try the latest version if you haven’t done yet as there were updates on the Kafka binder recently.

@shakuzen Thanks for the feedback! Is it okay if the split messages were merged into one as before but with WARN level?

> Is it okay if the split messages were merged into one as before but with WARN level? Spring Framework seems to have a similar handling as follows: https://github.com/spring-projects/spring-framework/blob/0ea7af746521118f9f562ed3ea7da5c6966a99bd/spring-beans/src/main/java/org/springframework/beans/factory/annotation/InitDestroyAnnotationBeanPostProcessor.java#L243-L248

It seems that the title needs to be updated to reflect the changes made in this PR.

I created https://github.com/micrometer-metrics/micrometer/pull/5402 to try to resolve this for the `CaffeineCacheMetrics`.

> `http.server.request.size` and `http.client.request.size`? (Don't pin me on the naming.) @mweirauch I guess you meant `http.server.response.size` and `http.client.response.size`?