Releases: Lightricks/pyformance
Releases · Lightricks/pyformance
v2.1.1
What's Changed
- LP_Reporter: Add suffix for metrics path. by @BarNehemia in #14
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- CsvReporter: Add tags to CSV report output. by @BarNehemia in #12
- Reporter: Add new reporter
LineProtocolReporter
. by @BarNehemia in #13
Full Changelog: v2.0.1...v2.1.0
Release v2.0.1
Add retention policy to Influx reporter.
Release 2.0.0
-
influx report: make reporting precision configurable.
-
tox: package only to python 3.7.
Release 1.0.7
Added support to set a non default sampling manager for the Timer metric.
Release 1.0.6
Avoid sending blank influx requests since those are rejected by the managed service.
Release 1.0.5
Bump version again.
Release 1.0.4
Bump version to avoid conflict with dev time versions.
1.0.1: Merge pull request #4 from Lightricks/fix/add_event_to_shortcuts
Minor fix of adding the event shortcut to the root pyformance package.
Python3 and events
Add event reporting feature(rather than continues reporter of metrics).
Drop support for python2, there's no point in merging the new feature back to python2.