Liking cljdoc? Tell your friends :D

clj-honeycomb.core

A thin wrapper over libhoney-java.

A thin wrapper over libhoney-java.
raw docstring

*event-data*clj

source

add-to-eventclj

(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.
sourceraw docstring

clientclj

(client options)

Construct a HoneyClient from a map of options.

Construct a HoneyClient from a map of options.
sourceraw docstring

initclj

(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.
sourceraw docstring

sendclj

(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.
sourceraw docstring

with-eventcljmacro

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close