-
Notifications
You must be signed in to change notification settings - Fork 781
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
配置识别错误-中文线程池名乱码 #436
Comments
debug看到问题了,好像是新建scheled线程池的时候,没办法指定最大线程数和队列长度 |
请问一下,scheled类型的线程池,配置中心变更参数后,能收到告警通知吗? |
改变核心线程池可以收到通知,不过也会存在问题,通知的线程池名称的中文就乱码了,如果不改变的前提下收到的告警通知就是正常的 |
是scheduled executor配置变更会有这个问题吗,然后是企微通知 |
1.乱码问题可能是你配置文件编码有问题,排查下 |
首先感谢您使用 DynamicTp,如果使用过程中有任何问题,请按照下述模板反馈问题,建议使用 Markdown 语法。
版本信息
问题描述
配置平台变成参数后,触发的告警信息中线程池别名乱码
通过prometheus获取到的结果看,变更后会生成新的线程池,且线程池最大线程数为int最大值
配置文件:
`
spring:
dynamic:
tp:
enabled: true # 是否启用 dynamictp,默认true
enabledCollect: true # 是否开启监控指标采集,默认true
collectorTypes: micrometer # 监控数据采集器类型(logging | micrometer | internal_logging | JMX),默认micrometer
logPath: /home/logs/dynamictp/user-center/ # 监控日志数据路径,默认 ${user.home}/logs,采集类型非logging不用配置
monitorInterval: 5 # 监控时间间隔(报警检测、指标采集),默认5s
platforms: # 通知报警平台配置
- platform: wechat
platformId: 1
urlKey: # webhook 中的 key
receivers: # 接受人企微账号
`
复现步骤
变更线程池参数
其他信息
The text was updated successfully, but these errors were encountered: