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
{{ message }}
This repository was archived by the owner on Sep 17, 2025. It is now read-only.
The package is currently being distributed per aspect, e.g. pip install opencensus-trace. For other languages, our policy is to distribute trace, tags and stats in the same package. There are two reasons we are considering this option:
i. Trace, tags and stats are very thin and bundling them together is not costly.
ii. OpenCensus is a unified tracing, stats and propagation library and giving user the opportunity to install a single package is aligned with its unified nature.
Hence, I am suggesting we should distribute the package as "opencensus" with trace, stats, and tags.
The package is currently being distributed per aspect, e.g.
pip install opencensus-trace. For other languages, our policy is to distribute trace, tags and stats in the same package. There are two reasons we are considering this option:i. Trace, tags and stats are very thin and bundling them together is not costly.
ii. OpenCensus is a unified tracing, stats and propagation library and giving user the opportunity to install a single package is aligned with its unified nature.
Hence, I am suggesting we should distribute the package as "opencensus" with trace, stats, and tags.