Skip to content
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

Create an issue on Spring Boot about unnamed Beans from Micrometer Core #139

Closed
jabrena opened this issue Jul 16, 2023 · 3 comments
Closed

Comments

@jabrena
Copy link
Owner

jabrena commented Jul 16, 2023

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:

image

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

@jabrena jabrena changed the title Raise an issue in Micrometer about unnamed Beans Raise an issue in Micrometer core about unnamed Beans Jul 16, 2023
@jabrena jabrena changed the title Raise an issue in Micrometer core about unnamed Beans Create an issue on Spring Boot about unnamed Beans from Micrometer Core Jul 17, 2023
@jabrena
Copy link
Owner Author

jabrena commented Jul 17, 2023

Issue created:
spring-projects/spring-boot#36431

@jabrena
Copy link
Owner Author

jabrena commented Jul 17, 2023

Update the code with the notes from the issue.

@jabrena
Copy link
Owner Author

jabrena commented Jul 17, 2023

#152

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant