Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Split Stackdriver exporter to its own repo (#724)
Browse files Browse the repository at this point in the history
Vendor-specific exporters will be maintained at the
census-ecosystem organization. This allows us to keep
the core libraries minimal and vendors to have all
autonomy on the vendor-specific exporter implementations.

Fixes #720.
  • Loading branch information
rakyll authored Apr 23, 2018
1 parent 785d2fa commit bb0a4ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 65 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ A screenshot of the CPU profile from the program above:
[new-replace-ex]: https://godoc.org/go.opencensus.io/tag#example-NewMap--Replace

[exporter-prom]: https://godoc.org/go.opencensus.io/exporter/prometheus
[exporter-stackdriver]: https://godoc.org/go.opencensus.io/exporter/stackdriver
[exporter-stackdriver]: https://godoc.org/contrib.go.opencensus.io/exporter/stackdriver
[exporter-zipkin]: https://godoc.org/go.opencensus.io/exporter/zipkin
[exporter-jaeger]: https://godoc.org/go.opencensus.io/exporter/jaeger
[exporter-xray]: https://github.com/census-instrumentation/opencensus-go-exporter-aws
58 changes: 0 additions & 58 deletions exporter/stackdriver/example_test.go

This file was deleted.

8 changes: 2 additions & 6 deletions exporter/stackdriver/stackdriver.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// Package stackdriver contains the OpenCensus exporters for
// Stackdriver Monitoring and Stackdriver Tracing.
// Package stackdriver has moved.
//
// Please note that the Stackdriver exporter is currently experimental.
//
// The package uses Application Default Credentials to authenticate. See
// https://developers.google.com/identity/protocols/application-default-credentials
// Deprecated: Use contrib.go.opencensus.io/exporter/stackdriver instead.
package stackdriver // import "go.opencensus.io/exporter/stackdriver"

import (
Expand Down

0 comments on commit bb0a4ca

Please sign in to comment.