Releases: clj-commons/iapetos
Releases · clj-commons/iapetos
Release-0.1.14
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 <[email protected]> Co-authored-by: Janos Meszaros <[email protected]>
Release-0.1.13
Add ::path-cache to registry collectors map metadata (#59)
Release 0.1.12
Release-0.1.12 Set up auto-deploy (#58)
0.1.11
first clj-commons release!
Version 0.1.9
Breaking Changes
- clojars group change: move from iapetos to clj-commons/iapetos (https://clojars.org/clj-commons/iapetos)
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)
Breaking Changes
None.
Deprecation
- The
:lazy?
flag on collectors is now deprecated, useregister-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
andunregister
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)
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)
Breaking Changes
None.
Features
- allows specification of
:quantiles
when creating asummary
collector (see #6).
Artifact Coordinates
[iapetos "0.1.6"]
Ring Latency Buckets (v0.1.5)
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)
Breaking Changes
None.
Features
- allows adding of additional labels to the Ring collector (see #4, thanks to @psalaberria002).
Artifact Coordinates
[iapetos "0.1.4"]