Johnny Lim
Johnny Lim
This seems to suggest adding a function that provides tags from the return value of `ProceedingJoinPoint.proceed()` while Micrometer currently supports a function that provides tags from `ProceedingJoinPoint`.
I created https://github.com/micrometer-metrics/micrometer/pull/4871 to try to include a note for the Datadog API rate limit problem that has been discussed here.
https://github.com/micrometer-metrics/micrometer-docs/pull/326 seems to have resolved this partially.
@shakuzen Actually, I meant that 3rd party meter registries are still missing with "partially", which you suggested above.
@shakuzen Ah, no, I didn't check. I just thought that there are some based on your comment above.
This seems to have been resolved via https://github.com/spring-projects/spring-ai/pull/599.
This seems to have been merged in 246ba173fec3ee135bed1d30f2c64117e69e3f28.
I guess the reason why `OncePerRequestFilter` isn't rendered in Javadoc is that it's [package-private](https://github.com/spring-projects/spring-session/blob/2.0.6.RELEASE/spring-session-core/src/main/java/org/springframework/session/web/http/OncePerRequestFilter.java#L38).
@ysb33r Thanks for the quick feedback! I've already tried it before opening this issue. It works for top-level files but it doesn't work for intermediate (nested) files. For example, in...
https://github.com/spring-projects/spring-ai/issues/625 that this PR tries to resolve seems to have been resolved already via ac518df4db9187a92793de8a81db4115502d3a76.