Skip to content

Commit

Permalink
Added point count metric to the stackdriver exporter (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-bebbington committed Aug 20, 2020
1 parent 72ea63d commit c615d2d
Show file tree
Hide file tree
Showing 5 changed files with 241 additions and 34 deletions.
2 changes: 2 additions & 0 deletions exporter/stackdriverexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ go 1.14
require (
contrib.go.opencensus.io/exporter/stackdriver v0.13.3
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v0.2.2-0.20200728233621-2752da7eaab7
github.com/census-instrumentation/opencensus-proto v0.3.0
github.com/golang/protobuf v1.4.2
github.com/stretchr/testify v1.6.1
go.opencensus.io v0.22.4
Expand All @@ -15,4 +16,5 @@ require (
google.golang.org/genproto v0.0.0-20200804131852-c06518451d9c
google.golang.org/grpc v1.31.0
google.golang.org/grpc/examples v0.0.0-20200728194956-1c32b02682df // indirect
google.golang.org/protobuf v1.25.0
)
Loading

0 comments on commit c615d2d

Please sign in to comment.