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'.