Skip to content

Commit

Permalink
Merge pull request #102 from instana/send_registered_rpc_spans
Browse files Browse the repository at this point in the history
Use go-sensor@v1.9.0 to send registered RPC spans
  • Loading branch information
Andrew Slotin authored Apr 7, 2020
2 parents ebe01ec + db95845 commit aa3857f
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 914 deletions.
315 changes: 0 additions & 315 deletions instrumentation/instagrpc/client_gomod_test.go

This file was deleted.

2 changes: 1 addition & 1 deletion instrumentation/instagrpc/client_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build go1.9,!go1.13
// +build go1.9

package instagrpc_test

Expand Down
2 changes: 1 addition & 1 deletion instrumentation/instagrpc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/instana/go-sensor/instrumentation/instagrpc
go 1.9

require (
github.com/instana/go-sensor v1.8.0
github.com/instana/go-sensor v1.9.0
github.com/opentracing/opentracing-go v1.1.0
github.com/stretchr/testify v1.4.0
google.golang.org/grpc v1.15.0
Expand Down
4 changes: 2 additions & 2 deletions instrumentation/instagrpc/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ github.com/golang/lint v0.0.0-20180702182130-06c8688daad7/go.mod h1:tluoj9z5200j
github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A=
github.com/golang/protobuf v1.2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM=
github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/instana/go-sensor v1.8.0 h1:S7TSv5t5IwgCE5TmNosPtpp9nUHHWGB7FSf5DbJyQt0=
github.com/instana/go-sensor v1.8.0/go.mod h1:lDfZvfAyo5DWJ2AvOHINRTUTG5TMdZNnwXXcFRtfZBE=
github.com/instana/go-sensor v1.9.0 h1:Zg+wPuIuaBxmA1UYqmiKA5sU7A4+H7RnHeOU3ADuLmQ=
github.com/instana/go-sensor v1.9.0/go.mod h1:lDfZvfAyo5DWJ2AvOHINRTUTG5TMdZNnwXXcFRtfZBE=
github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q=
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
github.com/looplab/fsm v0.1.0 h1:Qte7Zdn/5hBNbXzP7yxVU4OIFHWXBovyTT2LaBTyC20=
Expand Down
Loading

0 comments on commit aa3857f

Please sign in to comment.