2 Repos
Grouping log records by size or time intervals to reduce network round-trips during export.
Distinct from Database Log Exporters: Focuses on network efficiency through batching, not the destination database target.
Explore 2 awesome GitHub repositories matching data & databases · Log Export Batching. Refine with filters or upvote what's useful.
This is a Laravel package that provides a database audit trail by automatically logging user actions and Eloquent model events. It records create, update, and delete operations on models into a dedicated database table, creating a searchable record of changes for tracking and review. The package distinguishes itself through extensive configuration and customization options. You can control which model attributes are logged, specify which events trigger logging, customize activity descriptions, and modify activity records before they are saved. It supports logging changes to pivot models, trac
Groups multiple related activities into a single log entry to reduce storage overhead and improve query performance.
Uptrace is an OpenTelemetry-based observability platform designed to collect, store, and analyze distributed traces, metrics, and logs. It functions as a centralized logging backend, a distributed tracing system, and a metrics engine to monitor application performance and system health. The platform is distinguished by AI-powered operational capabilities, allowing users to query telemetry data and manage monitoring dashboards using natural language. It specifically includes specialized monitoring for generative AI pipelines, tracking token usage and response quality for LLM interactions and r
Groups log records together based on size or time intervals to reduce network round-trips.