Skip to content

Releases: clj-commons/iapetos

Release-0.1.14

05 Jul 07:03
4b70b81
Compare
Choose a tag to compare
Add ability to handle async Ring requests (#19)

* Making instrumentation async ready

* Handling async requests on exposing metrics

* Simplifying handler invocation

* Handling sync exceptions for async handler

* Adding note about async ring support.

---------

Co-authored-by: Janos Meszaros <jmeszaros@whitepages.com>
Co-authored-by: Janos Meszaros <jmeszaros@ekata.com>

Release-0.1.13

15 Sep 20:19
493b38c
Compare
Choose a tag to compare
Add ::path-cache to registry collectors map metadata (#59)

Release 0.1.12

12 Nov 08:54
5530bdc
Compare
Choose a tag to compare
Release-0.1.12

Set up auto-deploy (#58)

0.1.11

02 Oct 07:30
0f4da02
Compare
Choose a tag to compare

Added:

  • Allow labels to be passed to fn instrumentation (#43)
  • Add instrument-namespace! function (#37)

fixed:

  • Optionally count exceptions into totals (#49)
  • fix push! to push-gateway (#38)

release tooling:

  • add deps.edn (#41)

thx to contributors:

specially to @slipset and

@erez-rabih @fastotter @inaimathi

first clj-commons release!

25 Jul 18:08
c4e0144
Compare
Choose a tag to compare

Version 0.1.9

Breaking Changes

This change was needed to continue publishing new clojars to clj-commons after project migration.

Changes:

  • update deps

  • introduce changelog file.md

see changelog.md for more details

Unregister/Clear Collectors (v0.1.8)

22 Feb 10:32
@xsc xsc
v0.1.8
Compare
Choose a tag to compare

Breaking Changes

None.

Deprecation

  • The :lazy? flag on collectors is now deprecated, use register-lazy instead.

Features

  • upgrades the Prometheus Java dependencies to version 0.2.0.
  • introduces register-lazy as a replacement for the :lazy? flag on collectors.
  • introduces clear and unregister functions to remove collectors from a registry they were previously added to (see #10).

Artifact Coordinates

[iapetos "0.1.8"]

Default Registry (v0.1.7)

18 Sep 15:24
@xsc xsc
Compare
Choose a tag to compare

Breaking Changes

None.

Features

  • upgrades the Prometheus Java dependencies to version 0.0.26.
  • allows access to the default registry using iapetos.core/default-registry (see #10).
  • allows "wrapping" of an existing registry using pushable-collector-registry to make it pushable.

Artifact Coordinates

[iapetos "0.1.7"]

Summary Quantiles (v0.1.6)

25 Apr 09:27
@xsc xsc
Compare
Choose a tag to compare

Breaking Changes

None.

Features

  • allows specification of :quantiles when creating a summary collector (see #6).

Artifact Coordinates

[iapetos "0.1.6"]

Ring Latency Buckets (v0.1.5)

24 Apr 13:55
@xsc xsc
Compare
Choose a tag to compare

Breaking Changes

None.

Bugfixes

  • no longer ignores :latency-histogram-buckets option in Ring collector (see #5).

Artifact Coordinates

[iapetos "0.1.5"]

Ring Collector Labels (v0.1.4)

06 Apr 12:51
@xsc xsc
Compare
Choose a tag to compare

Breaking Changes

None.

Features

  • allows adding of additional labels to the Ring collector (see #4, thanks to @psalaberria002).

Artifact Coordinates

[iapetos "0.1.4"]