This is an automated email from the ASF dual-hosted git repository.

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 70016fc  Remove unused (#12644)
70016fc is described below

commit 70016fc567e9fdf356fa6475c8103a7dddefedd2
Author: Dachuan J <[email protected]>
AuthorDate: Thu Sep 23 14:36:06 2021 +0800

    Remove unused (#12644)
---
 .../src/main/resources/interceptors.yaml           | 51 ----------------------
 1 file changed, 51 deletions(-)

diff --git 
a/shardingsphere-agent/shardingsphere-agent-plugins/shardingsphere-agent-plugin-metrics/shardingsphere-agent-metrics-api/src/main/resources/interceptors.yaml
 
b/shardingsphere-agent/shardingsphere-agent-plugins/shardingsphere-agent-plugin-metrics/shardingsphere-agent-metrics-api/src/main/resources/interceptors.yaml
deleted file mode 100644
index 9c55f17..0000000
--- 
a/shardingsphere-agent/shardingsphere-agent-plugins/shardingsphere-agent-plugin-metrics/shardingsphere-agent-metrics-api/src/main/resources/interceptors.yaml
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-
-interceptors:
-  - target: 
org.apache.shardingsphere.proxy.frontend.command.CommandExecutorTask
-    instanceAdvice: 
org.apache.shardingsphere.agent.metrics.api.advice.CommandExecutorTaskAdvice
-    points:
-      - type: instance
-        name: run
-      - type: instance
-        name: processException
-  - target: 
org.apache.shardingsphere.proxy.frontend.netty.FrontendChannelInboundHandler
-    instanceAdvice: 
org.apache.shardingsphere.agent.metrics.api.advice.ChannelHandlerAdvice
-    points:
-      - type: instance
-        name: channelActive
-      - type: instance
-        name: channelRead
-      - type: instance
-        name: channelInactive
-  - target: org.apache.shardingsphere.infra.route.engine.SQLRouteEngine
-    instanceAdvice: 
org.apache.shardingsphere.agent.metrics.api.advice.SQLRouteEngineAdvice
-    points:
-      - type: instance
-        name: route
-  - target: 
org.apache.shardingsphere.proxy.backend.communication.jdbc.transaction.BackendTransactionManager
-    instanceAdvice: 
org.apache.shardingsphere.agent.metrics.api.advice.TransactionAdvice
-    points:
-      - type: instance
-        name: commit
-      - type: instance
-        name: rollback
-  - target: 
org.apache.shardingsphere.infra.parser.ShardingSphereSQLParserEngine
-    instanceAdvice: 
org.apache.shardingsphere.agent.metrics.api.advice.SQLParserEngineAdvice
-    points:
-      - type: instance
-        name: parse

Reply via email to