census-instrumentation/opencensus-go

Move Zipkin and Jaeger exporter to another repo.

Closed this issue · 2 comments

Only the zipkin Zipkin and Jaeger exporters depend on thrift, and the thrift dependency has caused us problem like #1092. By moving these exporters to a separate repo we should be able to remove thrift dependency from OC-Go core library.

New location is census-ecosystem/opencensus-go-exporter-X with vanity url contrib.go.opencensus.io/exporter/X

  • Copy zipkin - PR
  • Copy prometheus - PR
  • Copy Jaeger - PR
  • Update vanityurl - PR
  • Deploy vanityurl
  • Remove zipkin, prometheus, Jaeger - PR
  • Release

We need to decide where the exporters should be located before this can happen. /cc @rghetia

Done with v0.21.0 release.