You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tracing code was added with spans for debugging things like GraphQL & DB calls that we have other tools for now. This code hasn't been maintained for a long time and just adds noise, complexity, and build time.
We should pull it out and remove the dependencies:
cloud.google.com/go
contrib.go.opencensus.io/exporter/jaeger
contrib.go.opencensus.io/exporter/stackdriver
go.opencensus.io
If requested we can re-introduce it in the future in a planned and maintainable way.
The text was updated successfully, but these errors were encountered:
Tracing code was added with spans for debugging things like GraphQL & DB calls that we have other tools for now. This code hasn't been maintained for a long time and just adds noise, complexity, and build time.
We should pull it out and remove the dependencies:
cloud.google.com/go
contrib.go.opencensus.io/exporter/jaeger
contrib.go.opencensus.io/exporter/stackdriver
go.opencensus.io
If requested we can re-introduce it in the future in a planned and maintainable way.
The text was updated successfully, but these errors were encountered: