-
Piotr Maślanka authored9983319a
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 5.57 KiB
v2.3.7
- TBA
v2.3.6
- bugfix release - wrong annotation mechanics
v2.3.5
- added capability to export metric timestamp
- added counting total amount of calls in
cps
metric
v2.3.4
- bugfix in Prometheus exporter
v2.3.3
- a bug fixed in
satella.instrumentation.metrics.json
- added counting total amount of calls and total time
- removed
StringMetric
, as it is not readily Prometheus-exportable -
PercentileMetric
renamed toQuantileMetric
v2.3.2
- added aggregation to
PercentileMetric
v2.3.1
- more descriptive exceptions in descriptors
v2.3.0
- significant refactor of metrics.
v2.2.19
- doc fix in
OmniHashableMixin
v2.2.18
- added SingletonWithRegardsTo
- extra
functools.wraps()
on singleton's init
v2.2.17
- added choose
v2.2.16
-
is_valid_schema
can be now passed in using kwargs
v2.2.15
- added
DictObject.is_valid_schema
v2.2.14
- added
catch_exception
v2.2.13
- useless
print()
s removed in metrics - additional unit tests and doc fixes
- added SetHeap