程序包 top.codef.config
类 PromethuesConfig
java.lang.Object
top.codef.config.PromethuesConfig
@Configuration
@Conditional(PrometheusEnabledCondition.class)
@EnableConfigurationProperties(PrometheusProperties.class)
public class PromethuesConfig
extends Object
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明dingdingHttpClient(com.fasterxml.jackson.databind.ObjectMapper objectMapper) noticeTextResolverProvider(List<NoticeTextResolver> list, List<NoticeTextResolverCustomer> resolverCustomers)
-
构造器详细资料
-
PromethuesConfig
public PromethuesConfig()
-
-
方法详细资料
-
noticeSendComponentRegister
-
noticeTextResolverProvider
@Bean public NoticeTextResolverProvider noticeTextResolverProvider(List<NoticeTextResolver> list, List<NoticeTextResolverCustomer> resolverCustomers) -
dingdingHttpClient
@Bean @ConditionalOnMissingBean public DingdingHttpClient dingdingHttpClient(com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
exceptionNoticeStatisticsRepository
@Bean @ConditionalOnMissingBean public NoticeStatisticsRepository exceptionNoticeStatisticsRepository()
-