Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit bf12d54

Browse files
committed
Add missing ServiceLevelObjectiveBoundary hint
Closes gh-1538
1 parent c785ad6 commit bf12d54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-native-configuration/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/MetricsEndpointAutoConfigurationHints.java

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
@TypeHint(types = {
3030
PropertiesConfigAdapter.class,
3131
SimplePropertiesConfigAdapter.class,
32+
org.springframework.boot.actuate.autoconfigure.metrics.ServiceLevelObjectiveBoundary.class,
3233
org.springframework.boot.actuate.autoconfigure.metrics.ServiceLevelObjectiveBoundary[].class,
3334
}),
3435
@TypeHint(types = {

0 commit comments

Comments
 (0)