This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
Releases: apilytics/apilytics-python
Releases · apilytics/apilytics-python
v1.6.0
v1.5.0
Added
- Send user's IP address with metrics. Used for visualization aggregate geolocation data.
The IP is never stored, and it is never sent to 3rd parties.
v1.4.0
Added
- Send current system CPU usage together with metrics on Linux systems.
- Send current system memory usage and total available memory together with metrics on Linux systems.
- Add platform name to sent Apilytics version info.
v1.3.0
Added
- Send
User-Agent
information with metrics.
v1.2.1
Fixed
- Don't send 0 as the response size for streaming responses, send nothing instead.
v1.2.0
Added
- Send request and response body size information with metrics.
Changed
- Change
status_code
into an optional parameter inApilyticsSender.set_response_info
.
v1.1.0
Added
- Send query parameters in addition to the path.
v1.0.2
v1.0.1
Fixed
- Improve README documentation.