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

Refactor stats exporters into ext packages#556

Merged
reyang merged 7 commits intomasterfrom
refactor
Mar 13, 2019
Merged

Refactor stats exporters into ext packages#556
reyang merged 7 commits intomasterfrom
refactor

Conversation

@reyang
Copy link
Copy Markdown
Contributor

@reyang reyang commented Mar 12, 2019

This is part of the effort #445.

  1. Extracted Prometheus Stats exporter into opencensus.ext.prometheus.
  2. Extracted Stackdriver Stats exporter and reuse opencensus.ext.stackdriver.
  3. Renamed opencensus.stats.exporters.base to opencensus.stats.base_exporter.
  4. Moved Prometheus/Stackdriver specific document/samples to ext packages.

@c24t Would you prefer to use the stackdriver exporter package for both trace and stats, or separate them into two packages?

@reyang reyang requested review from a team, c24t and songy23 as code owners March 12, 2019 18:36
Comment thread README.rst
Copy link
Copy Markdown
Member

@c24t c24t left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, and I think it does make sense to keep the stackdriver trace and stats exporters in the same package.

@reyang reyang merged commit a4820a9 into master Mar 13, 2019
@reyang reyang deleted the refactor branch March 13, 2019 19:05
c24t added a commit to c24t/opencensus-python that referenced this pull request Mar 22, 2019
c24t added a commit to c24t/opencensus-python that referenced this pull request Mar 22, 2019
c24t added a commit that referenced this pull request Mar 23, 2019
Add prometheus contrib package from #556.
c24t pushed a commit to c24t/opencensus-python that referenced this pull request Mar 26, 2019
1. Extracted Prometheus Stats exporter into opencensus.ext.prometheus.
2. Extracted Stackdriver Stats exporter and reuse opencensus.ext.stackdriver.
3. Renamed opencensus.stats.exporters.base to opencensus.stats.base_exporter.
4. Moved Prometheus/Stackdriver specific document/samples to ext packages.
c24t pushed a commit to c24t/opencensus-python that referenced this pull request Mar 26, 2019
1. Extracted Prometheus Stats exporter into opencensus.ext.prometheus.
2. Extracted Stackdriver Stats exporter and reuse opencensus.ext.stackdriver.
3. Renamed opencensus.stats.exporters.base to opencensus.stats.base_exporter.
4. Moved Prometheus/Stackdriver specific document/samples to ext packages.
c24t added a commit that referenced this pull request Mar 27, 2019
Add stackdriver stats package from #556.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants