Releases: instana/python-sensor
0.5.5
This patch release includes the following fixes & improvements:
- Implement advanced announce for containers #20
Available on PyPI:
https://pypi.python.org/pypi/instana/0.5.5
0.5.4
This patch release includes the following fixes & improvements:
- Improved detection of the default gateway (thanks @elgris!) #18
- Logging: Make sure the arg we are passing is a string #19
Available on PyPI:
https://pypi.python.org/pypi/instana/0.5.4
0.5.3
This patch release includes the following fixes & improvements:
- Properly detect and report 5xx status codes #12
Available on PyPI:
https://pypi.python.org/pypi/instana/0.5.3
0.5.2
This patch release includes the following fixes & improvements:
- Improved Flask instrumentation initialization under different webservers: #11
Available on PyPI:
https://pypi.python.org/pypi/instana/0.5.2
0.5.1
This patch release includes the following fixes and improvements:
- Backport Django instrumentation to support to older version 1.9 #10
Available on PyPI:
https://pypi.python.org/pypi/instana/0.5.1
0.5.0
This minor release includes the following features:
- Flask Instrumentation through WSGI middleware. #8
Available on PyPI:
https://pypi.python.org/pypi/instana/0.5.0
0.4.2
This patch release includes the following fixes:
- Fix json encoding error #9
Available on PyPI:
https://pypi.python.org/pypi/instana/0.4.2
0.4.1
This patch release includes the following fixes:
- Fixed: Under Django, snapshot data can be missing (app name shown as Unknown) #5
Available on PyPI:
https://pypi.python.org/pypi/instana/0.4.1
0.4.0
💥 🐍 💥 First BETA release of the Python sensor for Instana! 💥 🐍 💥
This BETA release includes:
- Python 2 + Python 3 support
- Full OpenTracing support
- A ton of runtime metrics including (also see screenshots below)
- Garbage collection
- Paging
- Context switching
- I/O and more
- Automatic Django request tracing
Installation instructions in the README.