Skip to content

Releases: census-instrumentation/opencensus-python

opencensus 0.7.8

17 Jun 18:04
e8aee41
Compare
Choose a tag to compare

opencensus-ext-azure 1.0.3

  • Change default path of local storage (#903)
  • Add support to initialize azure exporters with proxies (#902)

opencensus 0.7.7

04 Feb 22:01
72f2363
Compare
Choose a tag to compare

opencensus-ext-azure 1.0.2

  • Add local storage and retry logic for Azure Metrics Exporter (#845)
  • Add Fixed-rate sampling logic for Azure Log Exporter (#848)
  • Implement TelemetryProcessors for Azure exporters (#851)

opencensus 0.7.6

26 Nov 20:15
9ba948f
Compare
Choose a tag to compare
  • Updated azure module (#773, #767)

  • Released datadog module (#793)

opencensus-ext-azure 1.0.1

  • Validate instrumentation key in Azure Exporters (#789)
  • Add optional custom properties to logging messages (#822)

opencensus-ext-datadog 0.1.0

  • Initial version (#793)

opencensus 0.7.5

01 Oct 22:45
0787052
Compare
Choose a tag to compare
  • Updated flask module (#781)

opencensus-ext-flask 0.7.3

  • Check that url_rule is not None before dereferencing property (#781)

opencensus 0.7.4

01 Oct 01:53
5b064c9
Compare
Choose a tag to compare
  • Updated azure module (#773, #767)

  • Updated django module (#775)

opencensus-ext-azure 1.0.0

  • Standard Metrics - Incoming requests execution time (#773)
  • Implement connection strings (#767)

opencensus-ext-django 0.7.1

  • Use Django 2.0 DB instrumentation (#775)

opencensus 0.7.3

26 Aug 19:37
f109f0a
Compare
Choose a tag to compare
  • Added http code to grpc code status code mapping on utils (#746)
  • Updated django, flask, httplib, requests and pyramid modules (#755)
  • Updated requests module (#771)

opencensus-ext-azure 0.7.1

  • Standard metrics incoming requests per second (#758)

opencensus-ext-django 0.7.1

  • Updated http.status_code attribute to be an int (#755)

opencensus-ext-flask 0.7.2

  • Updated http.status_code attribute to be an int (#755)
  • Fixes value for http.route in Flask middleware (#759)

opencensus-ext-httplib 0.7.2

  • Updated http.status_code attribute to be an int (#755)

opencensus-ext-pyramid 0.7.1

  • Updated http.status_code attribute to be an int (#755)

opencensus-ext-requests 0.7.2

  • Added attributes following specs listed here (#746)
  • Fixed span name (#746)
  • Fixed exception handling (#771)

opencensus-ext-stackdriver 0.7.2

  • Delete SD integ test metric descriptors (#770)
  • Updated http.status_code attribute to be an int (#755)

opencensus 0.7.2

16 Aug 18:01
bcda851
Compare
Choose a tag to compare
  • Fix GCP resource loading for certain environments (#761)

opencensus 0.7.1

06 Aug 00:20
7395e37
Compare
Choose a tag to compare
  • Added set_status to span (#738)
  • Update released stackdriver exporter version

opencensus-ext-flask 0.7.1

  • Update for core library changes

opencensus-ext-grpc 0.7.1

  • Update for core library changes

opencensus-ext-httplib 0.7.1

  • Support exporter changes in opencensus>=0.7.0

opencensus-ext-jaeger 0.7.1

  • Update for core library changes

opencensus-ext-ocagent 0.7.1

  • Update for core library changes

opencensus-ext-pymongo 0.7.1

  • Changed attributes names to make it compatible with OpenTelemetry, maintaining OpenCensus specs fidelity (#738)

opencensus-ext-requests 0.7.1

  • Support exporter changes in opencensus>=0.7.0

opencensus-ext-stackdriver 0.7.1

  • Support exporter changes in opencensus>=0.7.0

opencensus 0.7.0

01 Aug 21:29
Compare
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
Compare
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