Telemere 1.0.0-RC2

Released under the Eclipse Public License - v 1.0

Structured telemetry library for Clojure/Script.

Installation

To install, add the following dependency to your project or build file:

[com.taoensso/telemere "1.0.0-RC2"]

Namespaces

taoensso.telemere

Structured telemetry for Clojure/Script applications.

taoensso.telemere.open-telemetry

Public variables and functions:

taoensso.telemere.postal

Email handler using `postal`,
Ref. <https://github.com/drewr/postal>.

Public variables and functions:

taoensso.telemere.slack

Slack handler using `clj-slack`,
Ref. <https://github.com/julienXX/clj-slack>

Public variables and functions:

taoensso.telemere.sockets

Basic TCP/UDP socket handlers.

Public variables and functions:

taoensso.telemere.streams

Interop support for standard stream/s -> Telemere.

taoensso.telemere.timbre

Main Timbre macros, reimplemented on top of Telemere.
Intended to help ease migration from Timbre to Telemere.

taoensso.telemere.tools-logging

Interop support for tools.logging -> Telemere.
Telemere will attempt to load this ns automatically when possible.

taoensso.telemere.utils

Misc utils useful for Telemere handlers, middleware, etc.