@@ -39,7 +39,6 @@ export enum PluginType {
3939 traffic = "traffic" ,
4040 serverless = "serverless" ,
4141 observability = "observability" ,
42- logging = "logging" ,
4342 other = "other"
4443}
4544
@@ -64,7 +63,7 @@ export const PLUGIN_LIST = {
6463 type : PluginType . authentication
6564 } ,
6665 "error-log-logger" : {
67- type : PluginType . logging
66+ type : PluginType . observability
6867 } ,
6968 "fault-injection" : {
7069 type : PluginType . security
@@ -79,7 +78,7 @@ export const PLUGIN_LIST = {
7978 type : PluginType . other
8079 } ,
8180 "syslog" : {
82- type : PluginType . logging
81+ type : PluginType . observability
8382 } ,
8483 "traffic-split" : {
8584 type : PluginType . traffic
@@ -88,13 +87,13 @@ export const PLUGIN_LIST = {
8887 type : PluginType . authentication
8988 } ,
9089 "kafka-logger" : {
91- type : PluginType . logging
90+ type : PluginType . observability
9291 } ,
9392 "limit-conn" : {
9493 type : PluginType . traffic
9594 } ,
9695 "udp-logger" : {
97- type : PluginType . logging
96+ type : PluginType . observability
9897 } ,
9998 "zipkin" : {
10099 type : PluginType . observability
@@ -104,7 +103,7 @@ export const PLUGIN_LIST = {
104103 hidden : true
105104 } ,
106105 "log-rotate" : {
107- type : PluginType . logging ,
106+ type : PluginType . observability ,
108107 hidden : true
109108 } ,
110109 "serverless-pre-function" : {
@@ -166,16 +165,16 @@ export const PLUGIN_LIST = {
166165 type : PluginType . other
167166 } ,
168167 "http-logger" : {
169- type : PluginType . logging
168+ type : PluginType . observability
170169 } ,
171170 "openid-connect" : {
172171 type : PluginType . authentication
173172 } ,
174173 "sls-logger" : {
175- type : PluginType . logging
174+ type : PluginType . observability
176175 } ,
177176 "tcp-logger" : {
178- type : PluginType . logging
177+ type : PluginType . observability
179178 } ,
180179 "uri-blocker" : {
181180 type : PluginType . security
0 commit comments