Skip to content

Commit

Permalink
stats/opencensus: OpenCensus instrumentation api (#5919)
Browse files Browse the repository at this point in the history
  • Loading branch information
zasweq authored Jan 11, 2023
1 parent 974a5ef commit 42b7b63
Show file tree
Hide file tree
Showing 3 changed files with 1,116 additions and 0 deletions.
20 changes: 20 additions & 0 deletions stats/opencensus/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
module google.golang.org/grpc/stats/opencensus

go 1.17

require (
go.opencensus.io v0.24.0
google.golang.org/grpc v1.51.0
)

require (
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/protobuf v1.5.2 // indirect
golang.org/x/net v0.4.0 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/text v0.5.0 // indirect
google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)

replace google.golang.org/grpc => ../../
Loading

0 comments on commit 42b7b63

Please sign in to comment.