Skip to content

Commit

Permalink
Move tracing to contrib
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Scarr committed Nov 2, 2018
1 parent a3a9277 commit 9053800
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 3,005 deletions.
3 changes: 0 additions & 3 deletions example/chat/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (

"github.com/99designs/gqlgen/example/chat"
"github.com/99designs/gqlgen/handler"
gqlopentracing "github.com/99designs/gqlgen/opentracing"
"github.com/gorilla/websocket"
"github.com/opentracing/opentracing-go"
"sourcegraph.com/sourcegraph/appdash"
Expand All @@ -21,8 +20,6 @@ func main() {

http.Handle("/", handler.Playground("Todo", "/query"))
http.Handle("/query", handler.GraphQL(chat.NewExecutableSchema(chat.New()),
handler.ResolverMiddleware(gqlopentracing.ResolverMiddleware()),
handler.RequestMiddleware(gqlopentracing.RequestMiddleware()),
handler.WebsocketUpgrader(websocket.Upgrader{
CheckOrigin: func(r *http.Request) bool {
return true
Expand Down
62 changes: 0 additions & 62 deletions gqlapollotracing/extension.go

This file was deleted.

Loading

0 comments on commit 9053800

Please sign in to comment.