Skip to content

Commit

Permalink
opencensus instrumentation api
Browse files Browse the repository at this point in the history
  • Loading branch information
zasweq committed Jan 10, 2023
1 parent f2fbb0e commit 282b87c
Show file tree
Hide file tree
Showing 3 changed files with 1,103 additions and 0 deletions.
10 changes: 10 additions & 0 deletions stats/opencensus/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module google.golang.org/grpc/stats/opencensus

go 1.17

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

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

0 comments on commit 282b87c

Please sign in to comment.