v5.14.2
What's Changed
- feat: 报警脚本超时时间改为可配置 by @JellyTony in #1253
- replace json with easyjson for router by @kongfei605 in #1261
- feat: add timeseries sample log filter by @710leo in #1281
- refactor: use SafeList instead of channel as queue
- add cas and oauth2 login entry
配置修改
- 删除 server.conf 中的 ForceUseServerTS
- 调整 server.conf 中的 WriterOpt 部分如下:
[WriterOpt]
# queue channel count
QueueCount = 1000
# queue max size
QueueMaxSize = 1000000
# once pop samples number from queue
QueuePopSize = 1000
# metric or ident
ShardingKey = "ident"Full Changelog: v5.14.1...v5.14.2