Skip to content

Releases: census-instrumentation/opencensus-python

opencensus 0.11.4 azure 1.1.13

03 Jan 18:09
Compare
Choose a tag to compare
  • Changed bit-mapping for httpx and fastapi integrations
    (#1239)

opencensus 0.11.3 azure 1.1.12

28 Nov 23:07
977d938
Compare
Choose a tag to compare
  • Updated azure modules

opencensus-ext-azure 1.1.12

  • Fix missing/None fields in ExceptionDetails
    (#1232)
  • Fix missing/None typeName field in ExceptionDetails
    (#1234)

opencensus 0.11.3

12 Oct 20:53
Compare
Choose a tag to compare
  • Updated azure modules

opencensus-ext-azure 1.1.11

  • Add str fallback to envelope serialization
    (#1196)
  • Remove outerId from exceptiondata
    (#1221)

opencensus-ext-azure 1.1.10

  • Various bug fixes

opencensus 0.11.2

10 Mar 19:30
e32462c
Compare
Choose a tag to compare
  • Updated azure, fastapi, flask modules

opencensus-ext-azure 1.1.9

  • Fix export of exception information in traces
    (#1187)
  • Modify metrics exporter to include setting export interval to 60s
    (#1193)

opencensus-ext-fastapi 0.1.0

  • Initial version
    (#1124)

opencensus-ext-flask 0.8.2

  • Add exception information to span attributes
    (#1188)

opencensus 0.11.1

19 Jan 02:58
1ff11ef
Compare
Choose a tag to compare
  • Updated azure and httpx modules

opencensus-ext-azure 1.1.8

  • Disable storage for statsbeat if storage is disabled for exporter
    (#1155)
  • Add UK to eu statsbeats
    (#1181)

opencensus-ext-httpx 0.1.0

  • Initial release
    (#1098)

opencensus-ext-django 0.8.0

17 Oct 18:04
dc2b63a
Compare
Choose a tag to compare
  • Fixed support for Django 4.1 (#1159)

opencensus-ext-azure 1.1.7

18 Aug 23:01
1afc6cd
Compare
Choose a tag to compare
  • Add storage existence checks to storing and transmitting in exporter
    (#1150)
  • Add 502 and 504 status codes as retriable
    (#1153)
  • Fix statsbeat bug - exporting zero values for network statsbeat
    (#1155)

opencensus 0.11.0

03 Aug 22:26
6e83e88
Compare
Choose a tag to compare
  • Updated azure, context, flask, requests modules

opencensus-context 0.1.3

  • Move version.py file into runtime_context folder
    (#1143)

opencensus-ext-azure 1.1.6

  • Add statusCode and exceptionType to network statsbeat
    (#1138)

opencensus-ext-flask 0.8.1

  • Move version.py file into common folder
    (#1143)

opencensus-ext-requests 0.8.0

  • Move version.py file into common folder
    (#1143)
  • Add requests library as a hard dependency
    (#1146)

opencensus 0.10.0

05 Jul 18:10
fe0c025
Compare
Choose a tag to compare
  • Add kwargs to derived gauge
    (#1135)

opencensus-ext-azure 1.1.5

  • Allow specifying metrics (custom_measurements) for Azure custom events
    (#1117)
  • Shutdown Statsbeat when hitting error/exception threshold
    (#1127)
  • Fix failure counting statsbeat - refactor status code logic in transport
    (#1132)
  • Use logging handler close instead of custom atexit hook
    (#1134)

opencensus 0.9.0

20 Apr 19:31
79b5021
Compare
Choose a tag to compare
  • Make sure handler.flush() doesn't deadlock.
    (#1112)

opencensus-ext-azure 1.1.4

  • Statsbeat bug fixes - status codes
    (#1113)
  • Statsbeat bug fixes - do not log if statsbeat
    (#1116)
  • Add deprecation warning for explicitly using instrumentation key
    (#1118)

opencensus-ext-flask 0.8.0

  • Add support for Flask 2
    (#1032)