telemere

Community

Unified observability for Clojure, log less, see more.

Authorhugoduncan
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill unifies logging, tracing, and performance monitoring, eliminating fragmented insights and reducing complexity in Clojure applications.

Core Features & Use Cases

  • Unified API for Observability: Log, trace, and monitor performance with a single, consistent API, simplifying your application's observability stack.
  • Structured Telemetry: Capture rich, structured data for every event, enabling powerful analysis without the need for string parsing.
  • Intelligent Filtering & Elision: Optimize performance with compile-time signal removal and runtime filtering based on level, namespace, ID, and sampling.
  • Use Case: Instrument your microservice architecture to automatically generate distributed traces for every incoming request, log structured events for user actions, and monitor the execution time of critical functions, providing a holistic view of system behavior and performance bottlenecks.

Quick Start

Use the telemere skill to log an 'info' level message with structured data including a 'user-id' of 123 and an 'action' of 'login'.

Dependency Matrix

Required Modules

com.taoensso/telemere

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: telemere
Download link: https://github.com/hugoduncan/library-skills/archive/main.zip#telemere

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository