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

littlecui pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-service-center.git


The following commit(s) were added to refs/heads/master by this push:
     new 089e774  SCB-321 Add tracing handler
089e774 is described below

commit 089e77467d5206ce423d065baf757aa92a371468
Author: little-cui <[email protected]>
AuthorDate: Tue Jan 30 22:01:10 2018 +0800

    SCB-321 Add tracing handler
---
 server/bootstrap/bootstrap.go | 2 --
 1 file changed, 2 deletions(-)

diff --git a/server/bootstrap/bootstrap.go b/server/bootstrap/bootstrap.go
index 83fdb9c..5c50e65 100644
--- a/server/bootstrap/bootstrap.go
+++ b/server/bootstrap/bootstrap.go
@@ -48,7 +48,6 @@ import (
        
"github.com/apache/incubator-servicecomb-service-center/server/handler/cache"
        
"github.com/apache/incubator-servicecomb-service-center/server/handler/context"
        
"github.com/apache/incubator-servicecomb-service-center/server/handler/metric"
-       
"github.com/apache/incubator-servicecomb-service-center/server/handler/tracing"
        
"github.com/apache/incubator-servicecomb-service-center/server/interceptor"
        
"github.com/apache/incubator-servicecomb-service-center/server/interceptor/access"
        
"github.com/apache/incubator-servicecomb-service-center/server/interceptor/cors"
@@ -65,7 +64,6 @@ func init() {
 
        // handle requests after routing.
        metric.RegisterHandlers()
-       tracing.RegisterHandlers()
        auth.RegisterHandlers()
        context.RegisterHandlers()
        cache.RegisterHandlers()

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to