添加日志类型

This commit is contained in:
2026-05-08 09:19:04 +08:00
parent 143017bdc7
commit 3ed79a1446

View File

@@ -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请求"),