Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When will we release opencensus-ext-prometheus 0.3 #1211

Open
xiaopeng163 opened this issue Jun 20, 2023 · 0 comments
Open

When will we release opencensus-ext-prometheus 0.3 #1211

xiaopeng163 opened this issue Jun 20, 2023 · 0 comments
Labels

Comments

@xiaopeng163
Copy link

Describe your environment. Describe any aspect of your environment relevant to the problem, including your Python version, platform, version numbers of installed dependencies, information about your cloud hosting provider, etc. If you're reporting a problem with a specific version of a library in this repo, please check whether the problem has been fixed on master.

I installed with pip

pip install --upgrade opencensus opencensus-ext-prometheus prometheus-client

pip list | grep opencensus
opencensus                              0.11.2
opencensus-context                      0.1.3
opencensus-ext-prometheus               0.2.1

opencensus-ext-prometheus still is using the old version 0.2.1, an error will be raised

opencensus/ext/prometheus/stats_exporter/__init__.py", line 209, in to_metric
    aggregation_data_module.SumAggregationDataFloat):
AttributeError: module 'opencensus.stats.aggregation_data' has no attribute 'SumAggregationDataFloat'

SumAggregationDataFloat should be SumAggregationData, I saw we already fixed this issue in '0.3.dev0'

Steps to reproduce.
Describe exactly how to reproduce the error. Include a code sample if applicable.

What is the expected behavior?
What did you expect to see?

What is the actual behavior?
What did you see instead?

Additional context.
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant