A thin wrapper over libhoney-java.
A thin wrapper over libhoney-java.
(add-to-event m)
(add-to-event k v)
From within a with-event form, add further fields to the event.
From within a with-event form, add further fields to the event.
(client options)
Construct a HoneyClient from a map of options.
Construct a HoneyClient from a map of options.
(init options)
Initialise this library by creating a client with the supplied set of options.
Initialise this library by creating a client with the supplied set of options.
(send event-data)
(send honeycomb-client event-data)
(send honeycomb-client event-data {:keys [pre-sampled] :as options})
Send an event to Honeycomb.io.
Send an event to Honeycomb.io.
(with-event initial-event-data event-options & body)
Wrap some code and send an event when the code is done.
initial-event-data Fields to add to the event. event-options Any options which you might need to pass to the third argument to the send function.
Wrap some code and send an event when the code is done. initial-event-data Fields to add to the event. event-options Any options which you might need to pass to the third argument to the send function.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close