Skip to content

Commit

Permalink
trace, opencensus: import Stackdriver exporter from the new path
Browse files Browse the repository at this point in the history
  • Loading branch information
rakyll authored and tbpg committed Apr 25, 2018
1 parent 10bbb3f commit 0f7a5fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion opencensus/opencensus_spanner_quickstart/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"log"

"cloud.google.com/go/spanner"
"go.opencensus.io/exporter/stackdriver"
"contrib.go.opencensus.io/exporter/stackdriver"
"go.opencensus.io/stats/view"
"go.opencensus.io/trace"
"golang.org/x/net/context"
Expand Down
4 changes: 2 additions & 2 deletions trace/trace_quickstart/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (
"log"
"net/http"

"go.opencensus.io/exporter/stackdriver"
"go.opencensus.io/exporter/stackdriver/propagation"
"contrib.go.opencensus.io/exporter/stackdriver"
"contrib.go.opencensus.io/exporter/stackdriver/propagation"
"go.opencensus.io/plugin/ochttp"
"go.opencensus.io/trace"
)
Expand Down

0 comments on commit 0f7a5fd

Please sign in to comment.