Closed jabrena closed 1 year ago
In the process to develop this Spring Boot Community Starter (For educational purposes), I discovered that few Beans related to Micrometer Core was created without any name.
It is necessary to create an issue on Spring Boot to fix it. https://github.com/spring-projects/spring-boot/issues https://github.com/micrometer-metrics/micrometer/issues
BeanDocument[beanName=, beanPackage=io.micrometer.core.instrument, dependencies=[MetricsAutoConfiguration]] BeanDocument[beanName=, beanPackage=io.micrometer.core.instrument.config, dependencies=[HttpClientObservationsAutoConfiguration$MeterFilterConfiguration, ObservationProperties, MetricsProperties]] BeanDocument[beanName=, beanPackage=io.micrometer.core.instrument.config, dependencies=[WebMvcObservationAutoConfiguration$MeterFilterConfiguration, MetricsProperties, ObservationProperties]]
You can see the case in the following visualization:
Test: https://github.com/jabrena/spring-boot-user-beans/blob/main/spring-boot-starter-user-beans/src/test/java/io/github/jabrena/userbeans/UnnamedMicrometerBeanTests.java
Issue created: https://github.com/spring-projects/spring-boot/issues/36431
Update the code with the notes from the issue.
https://github.com/jabrena/spring-boot-user-beans/pull/152
In the process to develop this Spring Boot Community Starter (For educational purposes), I discovered that few Beans related to Micrometer Core was created without any name.
It is necessary to create an issue on Spring Boot to fix it. https://github.com/spring-projects/spring-boot/issues https://github.com/micrometer-metrics/micrometer/issues
You can see the case in the following visualization:
Test: https://github.com/jabrena/spring-boot-user-beans/blob/main/spring-boot-starter-user-beans/src/test/java/io/github/jabrena/userbeans/UnnamedMicrometerBeanTests.java