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

Releases: census-instrumentation/opencensus-python

opencensus 0.7.0

01 Aug 21:29

Choose a tag to compare

  • Fix exporting int-valued stats with sum and lastvalue aggregations (#696)
  • Fix cloud format propagator to use decimal span_id encoding instead of hex (#719)

opencensus-ext-azure 0.7.0

  • Added standard metrics (#708, #718, #720, #722, #724)
  • Supported server performance breakdown by operation name (#735)
  • Added metrics exporter (#678)

opencensus-ext-django 0.7.0

  • Updated span attributes to include some missing attributes (#735)
  • Removed support for Django < 1.11 (#694)
  • Allow installing with Django 2.0 and later (#697)

opencensus-ext-flask 0.7.0

  • Make ProbabilitySampler default
  • Updated span attributes to include some missing attributes (#735)

opencensus-ext-pyramid 0.7.0

  • Updated span attributes to include some missing attributes (#735)

opencensus 0.6.0

01 Jun 03:45
e1507b2

Choose a tag to compare

  • Refactored PeriodicTask (#632)
  • Make ProbabilitySampler default, change default sampling rate
  • Pass span context to samplers, allow samplers to override parent sampling
    decision

opencensus-context 0.1.1

  • Updated docs and examples

opencensus-ext-azure 0.2.1

  • Support span attributes (#682)

opencensus-ext-azure 0.2.0

  • Added log exporter (#657, #668)
  • Added persistent storage support (#640)
  • Changed AzureExporter constructor signature to use kwargs (#632)

opencensus-ext-django 0.3.1

  • Make ProbabilitySampler default

opencensus-ext-flask 0.3.1

  • Make ProbabilitySampler default

opencensus-ext-gevent 0.1.0

  • Initial version

opencensus-ext-grpc 0.3.0

  • Limit span attachments

opencensus-ext-httplib 0.1.3

  • Minor improvements

opencensus-ext-jaeger 0.2.2

  • Minor improvements

opencensus-ext-logging 0.1.0

  • Initial version

opencensus-ext-ocagent 0.4.0

  • Remove well_known_types.Error and well_known_types.ParseError. Note this could be a breaking change if you depend on an older version of protobuf and use ParseError.

opencensus-ext-pymongo 0.1.3

  • Include aggregation pipeline in trace attributes
  • Fix support command dictionaries

opencensus-ext-stackdriver 0.4.0

  • Fix stackdriver k8s label keys (#656)

opencensus-ext-zipkin 0.2.2

  • Minor improvements

opencensus 0.5.0

24 Apr 20:03
e8ae63f

Choose a tag to compare

  • Add cumulative API (#626)

opencensus-ext-django 0.3.0

  • Decouple exporter logic from configuration
  • Prevent anonymous user error on old django versions (#603)

opencensus-ext-flask 0.3.0

  • Decouple exporter logic from configuration

opencensus-ext-grpc 0.2.0

  • Create WrappedResponseIterator for intercepted bi-directional rpc stream.

opencensus-ext-ocagent 0.3.0

  • Add stats exporter (#617)

opencensus-ext-pyramid 0.3.0

  • Refactor configuration, keep consistent with Flask/Django
  • Use W3C TraceContext propagation by default

opencensus-ext-stackdriver 0.3.0

  • Multiple changes to stats exporter API

opencensus 0.4.1

12 Apr 18:34
1d30e38

Choose a tag to compare

  • Allow for metrics with empty label keys and values (#611, #614)

opencensus 0.4.0

09 Apr 01:20
11d1527

Choose a tag to compare

  • Multiple bugfixes
  • Use separate context package instead of threadlocals for execution context (#573)
  • Release multiple new versions of ext packages

opencensus 0.3.1

19 Mar 20:48
bebc508

Choose a tag to compare

  • Release 0.1.0 versions of exporter and integration packages

opencensus 0.3.0

12 Mar 00:23
c7eb899

Choose a tag to compare

  • Fix gRPC client tracer reuse bug (#539)
  • Update prometheus client and fix multiple bugs in the exporter (#492)
  • Remove min and max from Distribution (#501)
  • Replace stackdriver gke_container resources, see the GKE migration notes for details
  • Componentize the package distribution. All contrib packages are now decoupled from the core library, and can be released separately.

opencensus 0.2.0

22 Jan 19:39
19c76af

Choose a tag to compare

  • Fix multiple stackdriver and prometheus exporter bugs
  • Increase size of trace batches and change transport behavior on exit (#452)

opencensus 0.1.11

17 Jan 00:47
5465fb1

Choose a tag to compare

  • Fix a bug in the stackdriver exporter that caused spans to be exported individually (#425)

opencensus 0.1.10

10 Dec 21:03
acc2d42

Choose a tag to compare

Fix memory leak in stackdriver exporter (#429)