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