Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Decide the distribution model #54

@rakyll

Description

@rakyll

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions