Liking cljdoc? Tell your friends :D

ken.honeycomb

Integration support for publishing ken events to honeycomb.io.

Integration support for publishing ken events to honeycomb.io.
raw docstring

honey-observerclj

(honey-observer dataset write-key & {:as opts})

Constructs a new HoneyObserver component for the provided dataset, using the secret write-key. Other options will be merged into the component.

Also accepts:

  • :transform A function called on every event before sending it. Should return an updated event map, or nil to drop the event.
  • :response-observer A map of callbacks when events are accepted or rejected on sending.
Constructs a new `HoneyObserver` component for the provided dataset, using
the secret write-key. Other options will be merged into the component.

Also accepts:

- `:transform`
  A function called on every event before sending it. Should return an
  updated event map, or nil to drop the event.
- `:response-observer`
  A map of callbacks when events are accepted or rejected on sending.
sourceraw docstring

HoneyObserverclj

source

rename-default-fieldsclj

(rename-default-fields event)

Transforming function which renames some ken keywords to match the default Honeycomb schema.

Transforming function which renames some ken keywords to match the default
Honeycomb schema.
sourceraw docstring

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

× close