fix_28276 #9

Merged
francesco.mangiacrapa merged 11 commits from fix_28276 into master 2024-10-16 11:11:33 +02:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 1e38d32776 - Show all commits

View File

@ -30,7 +30,7 @@ public class ConstantsResolver {
public static final String QUERY_PARAM_CONTENT_TYPE = "contentType";
public static final String QUERY_PARAM_FILE_NAME = "fileName";
public static final String[] resourcesHardCoded = { "ctlg" };
public static final String[] resourcesHardCoded = { "ctlg", "metrics" };
// The default resource candidate to manage the input requests not matching any
// resolver services

View File

@ -17,7 +17,6 @@ import org.springframework.context.annotation.Import;
@Configuration
@Import({ EndpointAutoConfiguration.class, PublicMetricsAutoConfiguration.class })
@Path("spring_metrics")
public class SpringBootActuatorConfig {
@Bean