-
Notifications
You must be signed in to change notification settings - Fork 41.4k
Closed
Labels
type: regressionA regression from a previous releaseA regression from a previous release
Milestone
Description
Description
Including spring-boot-starter-data-jpa
to the classpath results in a lot of missing metrics for the application.
Guess: Looks like part of my configuration isn't applied - see e.g. XActuatorTest::testDisabledMetricsShouldNotBePresent
and the disabled property in my application.yml
.
Example
- https://github.com/knoobie/spring-boot-25-prometheus
- run
XActuatorTest
The problem did not occur with Spring Boot 2.4.5 or without spring-boot-starter-data-jpa
. Downgrading to 2.4.5 or removing spring-boot-starter-data-jpa
changes all test from fail to success.
Edit: This problem does not only occur in test, running the application normally as well.
Metadata
Metadata
Assignees
Labels
type: regressionA regression from a previous releaseA regression from a previous release