com.cnuernber/charred
.
Potentially a BREAKING CHANGE if you have custom JSON
encoders. Previously using
Jasonista which it could
conflicts with Cheshire as
both libraries depend on
FasterXML/jackson.
If you have custom JSON encoders update them to Charred as described
in How to JSON encode custom Java classes.pprint-event-str
with non keyword keys (#93, thanks @thomascothran)index
action instead of create
#92:transform-samples
for samplers and fix (#72):filesystem-metrics
sampler config option (#74):mbean
sampler config option (#75)jvm-metrics
when :sampling-interval
isn't providedos-java-pid
and JDK EarlyAdopters versionsjvm-metrics
sampling divide-by-zero
error (#57).simple-file-publisher
not handling files without parent dir #43 (thanks to @emlyn)with-context
:mulog/trace-id
to base event with a flake (192 bit
time-ordered unique id)μ/trace
function api change. (BREAKING CHANGE)
result*
function you will have change the code as follow:;; before
(μ/trace ::availability
[:product-id product-id, :order order-id, :user user-id]
(fn [{:keys [status]}] {:http-status status}) ;; THIS CHANGED
(product-availability product-id))
;; after
(μ/trace ::availability
{:pairs [:product-id product-id, :order order-id, :user user-id]
:capture (fn [{:keys [status]}] {:http-status status})}
(product-availability product-id))
μ/trace
uses without the result*
function are NOT AFFECTED.
mulog-kakfa
.
mulog-kakfa
doesn't require Kafka-2.5.0 specifically,
therefore if you need to use a different version, just exclude
the dependency.:inline
publishersCan you improve this documentation? These fine people already did:
Bruno Bonacci, John Practicalli, Emlyn Corrin & Drew RainesEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close