I see in https://github.com/search?q=repo%3Agoogleapis%2Fgoogle-cloud-go+go.opencensus.io+language%3A%22Go+Module%22&type=code&l=Go+Module that a few projects still use OpenCensus; namely: spanner, pubsub, bigquery, and logging.
In https://github.com/census-instrumentation/opencensus-go, which was archived on 2023, it says they encourage users to move to OpenTelemetry.
Would it be possible to migrate spanner (which is what my project uses) off OpenCensus?
I see in https://github.com/search?q=repo%3Agoogleapis%2Fgoogle-cloud-go+go.opencensus.io+language%3A%22Go+Module%22&type=code&l=Go+Module that a few projects still use OpenCensus; namely: spanner, pubsub, bigquery, and logging.
In https://github.com/census-instrumentation/opencensus-go, which was archived on 2023, it says they encourage users to move to OpenTelemetry.
Would it be possible to migrate spanner (which is what my project uses) off OpenCensus?