observability

Monitor LiteORM database queries and generate metrics, traces, and audit logs.

5|Updated Jun 18, 2026
One-click install
npx skills add https://github.com/go-again/liteorm --skill observability-go-again
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: observability
Source: https://github.com/go-again/liteorm/tree/main/skills/observability
Command: npx skills add https://github.com/go-again/liteorm --skill observability-go-again

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you instrument LiteORM with detailed metrics, tracing, and audit for every executed statement, enabling deeper insights into your database operations.

Core Features & Use Cases

  • Real-time Metrics: Collect metrics on query performance and errors.
  • Tracing: Trace the lifecycle of database queries for debugging and optimization.
  • Audit: Record and analyze query activity for security and compliance.
  • Use Case: For instance, you can track the execution time of queries, identify slow queries, and ensure that sensitive operations are logged for auditing purposes.

Quick Start

Activate the observability skill in your LiteORM application to automatically monitor all queries.

Frequently Asked Questions about observability

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor LiteORM database queries for performance and debugging?

Tracing database queries in LiteORM involves tracking the lifecycle of executed statements through query observers, which capture execution time and behavior to provide debugging insights and optimization data.

How do I track LiteORM query execution time and identify slow queries?

Yes, LiteORM supports database auditing by using query observers to record and analyze query activity, ensuring that sensitive database operations are logged for security and compliance purposes.

How do I generate audit logs for LiteORM database operations?

LiteORM database observability requires setting up query observers to handle database events, which then process and report detailed metrics, traces, and audit logs for every executed statement.

What do I need to set up database metrics and tracing in LiteORM?

LiteORM observability is specifically tailored for LiteORM applications, providing targeted query metrics, tracing, and auditing capabilities rather than generic database monitoring.