Delete Dingding useless notification template (#434)

* Thread pool monitoring page chart UI optimization (#358)

* Tenant and project list paging queries are displayed in reverse order of creation time (#426)

* Delete Dingding useless notification template
pull/436/head
小马哥 2 years ago committed by GitHub
parent e3ac4f9ab8
commit d42ee68be4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -50,60 +50,4 @@ public class DingAlarmConstants {
"<font color=#708090 size=2>超时时间:%d / ms</font> \n\n " +
DING_ALARM_TIMOUT_TRACE_REPLACE_TXT +
" --- \n\n ";
/**
* 线
*/
public static final String DING_ALARM_TXT =
"**<font color=#FF0000>[警报] </font>%s - 动态线程池运行告警(%s** \n\n" +
" --- \n\n " +
"<font color=#708090 size=2>线程池ID%s</font> \n\n " +
"<font color=#708090 size=2>应用名称:%s</font> \n\n " +
"<font color=#778899 size=2>应用实例:%s</font> \n\n " +
" --- \n\n " +
"<font color=#708090 size=2>核心线程数:%d</font> \n\n " +
"<font color=#708090 size=2>最大线程数:%d</font> \n\n " +
"<font color=#708090 size=2>当前线程数:%d</font> \n\n " +
"<font color=#708090 size=2>活跃线程数:%d</font> \n\n " +
"<font color=#708090 size=2>同存最大线程数:%d</font> \n\n " +
"<font color=#708090 size=2>线程池任务总量:%d</font> \n\n " +
" --- \n\n " +
"<font color=#708090 size=2>队列类型:%s</font> \n\n " +
"<font color=#708090 size=2>队列容量:%d</font> \n\n " +
"<font color=#708090 size=2>队列元素个数:%d</font> \n\n " +
"<font color=#708090 size=2>队列剩余个数:%d</font> \n\n " +
" --- \n\n " +
DING_ALARM_TIMOUT_REPLACE_TXT +
"<font color=#708090 size=2>拒绝策略:%s</font> \n\n" +
"<font color=#708090 size=2>拒绝策略执行次数:</font><font color=#FF0000 size=2>%d</font> \n\n " +
"<font color=#708090 size=2>OWNER@%s</font> \n\n" +
"<font color=#708090 size=2>提示:%d 分钟内此线程池不会重复告警(可配置)</font> \n\n" +
" --- \n\n " +
"**播报时间:%s**";
/**
* 线
*/
public static final String DING_NOTICE_TXT =
"**<font color=#2a9d8f>[通知] </font>%s - 动态线程池参数变更** \n\n" +
" --- \n\n " +
"<font color=#708090 size=2>线程池ID%s</font> \n\n " +
"<font color=#708090 size=2>应用名称:%s</font> \n\n " +
"<font color=#778899 size=2>应用实例:%s</font> \n\n " +
" --- \n\n " +
"<font color=#708090 size=2>核心线程数:%s</font> \n\n " +
"<font color=#708090 size=2>最大线程数:%s</font> \n\n " +
"<font color=#708090 size=2>核心线程超时:%s</font> \n\n " +
"<font color=#708090 size=2>线程存活时间:%s</font> \n\n" +
"<font color=#708090 size=2>执行超时时间:%s</font> \n\n" +
" --- \n\n " +
"<font color=#708090 size=2>队列类型:%s</font> \n\n " +
"<font color=#708090 size=2>队列容量:%s</font> \n\n " +
"<font color=#708090 size=2>AGO 拒绝策略:%s</font> \n\n" +
"<font color=#708090 size=2>NOW 拒绝策略:%s</font> \n\n" +
" --- \n\n " +
"<font color=#708090 size=2>提示:动态线程池配置变更实时通知(无限制)</font> \n\n" +
"<font color=#708090 size=2>OWNER@%s</font> \n\n" +
" --- \n\n " +
"**播报时间:%s**";
}

Loading…
Cancel
Save