-
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.
- updates Prometheus java dependencies to 0.6.0
- introduce CHANGELOG.md
None.
- The
:lazy?
flag on collectors is now deprecated, useregister-lazy
instead.
- 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).
None.
- 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.
None.
- allows specification of :quantiles when creating a summary collector (see #6).
None.
- no longer ignores :latency-histogram-buckets option in Ring collector (see #5).
None.
- allows adding of additional labels to the Ring collector (see #4, thanks to @psalaberria002).
None.
This release upgrades the Java client dependencies to the latest versions.
None.
- adds a :on-request hook to the wrap-metrics and wrap-metrics-expose middleware (see #2).
None.
- fixes passing of options from wrap-metrics to wrap-instrumentation, allowing for setting of :path-fn.
This is the initial release of iapetos, a Clojure Prometheus client.