question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Release stackdriver stats and context changes

See original GitHub issue

We’ve got two large breaking unreleased changes on master: making the stackdriver stats exporter consume stats as metrics (#593) and adding a context API that replaces threadlocals with contextvars on recent python versions (#588).

We’ll have to release versions 0.4.0 of the core library, 0.3.0 of opencensus-ext-stackdriver, and 0.1.0 of opencensus-context. We can continue to release ext packages from the same release branch as the main library (in this case the new v0.4.x branch), or start using separate release branches for each package.

cc @reyang

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
reyangcommented, Apr 5, 2019

@c24t If we expect other breaking changes (e.g. the API change as you mentioned) in the next couple weeks, it makes sense to put the breaking changes together.

BTW, https://pypi.org/project/Deprecated/ seems to be promising.

0reactions
c24tcommented, Apr 9, 2019

Closed by #604.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Google Cloud's operations suite release notes
Changes for google-cloud-logging ... entries has been improved and new options to view pinned log entries in different resource contexts have been added....
Read more >
opencensus-exporter-stats-stackdriver has transitive ... - GitHub
The latest version of OpenCensus is pinned to google-cloud-monitoring version 1.82.0, which is from July 2019. It has transitive dependency on ...
Read more >
remove and reinstall/update stackdriver-agent - Stack Overflow
The ONLY way I was able to get the new version installed was to remove from all prod systems the logging agent first,...
Read more >
Production-ready Features - Spring
Disabled endpoints are removed entirely from the application context. If you want to change only the technologies over which an endpoint is exposed, ......
Read more >
Configure the Google Stackdriver Logging service to auto ...
By default, a scheduled job on your instance (GCP-Events-job) polls the Google Stackdriver Logging service for updates every 5 minutes. To modify the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found