添加日志类型
This commit is contained in:
@@ -30,6 +30,8 @@ public enum LogBusBaseType implements LogBusType {
|
||||
ELASTICSEARCH(40, "Elasticsearch"),
|
||||
// Sentinel
|
||||
SENTINEL(50, "Sentinel"),
|
||||
// Storage
|
||||
STORAGE(60, "Storage"),
|
||||
// Http
|
||||
HTTP(80, "Http工具"),
|
||||
HTTP_REQUEST(81, "Http请求"),
|
||||
|
||||
Reference in New Issue
Block a user