google / knative-gcp

GCP event implementations to use with Knative Eventing.
https://github.com/knative/eventing
Apache License 2.0
159 stars 75 forks source link

Migrate from opencensus to opentelemetry #2114

Closed bharattkukreja closed 3 years ago

bharattkukreja commented 3 years ago

OpenCensus and OpenTracing have been merged to form OpenTelemetry. We have a bunch of dependencies on both the libraries which could be deprecated soon so we should start migrating to the new lib.

Similar issue in knative eventing: https://github.com/knative/eventing/issues/3126