Skip to content
Snippets Groups Projects
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 to QuantileMetric

v2.3.2

  • added aggregation to PercentileMetric

v2.3.1

  • more descriptive exceptions in descriptors

v2.3.0

v2.2.19

  • doc fix in OmniHashableMixin

v2.2.18

  • added SingletonWithRegardsTo
  • extra functools.wraps() on singleton's init

v2.2.17

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