Observability & Monitoring
Metrics, tracing, logging, and dashboards for modern infrastructure.
Broad release touches 🚀 Features, 💥 Breaking changes, 🐞 Bug fixes, and 🔧 Changes.
Telemetry required, opt-out supported
Chat Logs feature + bugfixes
Reject oversized snappy remote writes; fix secret exposure
Feature-gate stabilization + reaggregation default + memory fix
Events icons + Auto Scan + Bug Fixes
rebel-readline removal + Java LTS
LLM-as-judge for cache hits
- Take a backup of the SQLite database before upgrading; migrations 000016‑000021 are forward‑only.
- After upgrade, update any integrations (e.g., `logchef-mcp`) to use the new un‑scoped API endpoints (`/api/v1/saved-queries`).
- Old team‑scoped URLs will return 404 – adjust client code accordingly.
- Team‑scoped saved queries, alerts, shares, and export jobs are removed; related tables (`team_queries`, `alerts.team_id`, `query_shares.team_id`, `export_jobs.team_id`) dropped.
- API endpoints `/api/v1/team-queries/*`, alert share endpoints, and export job endpoints no longer exist – use the new un‑scoped endpoints (`/api/v1/saved-queries`, `/api/v1/alerts`, `/api/v1/collections`).
- Admin frontend URLs migrated: `/management/*` → `/admin/*`, `/profile` → `/settings/profile`, `/admin/sources/list` → `/admin/sources`, `/admin/sources/edit/:id` → `/admin/sources/:id/edit`.
- New **Editor** team role allowing saving, pinning queries, and managing collections without full admin rights.
- Collections: shared invite‑only curated lists with owner/member roles, unified Saved Queries page, shareable query links (`/logs/saved/:queryId`).
- Native ClickHouse TLS configuration eliminating need for stunnel or sidecar proxies.
- Before upgrading, back up the database. Update `compose.yaml` to use frontend image `swetrix/swetrix-fe:v5.2.1` and backend image `swetrix/swetrix-api:v5.2.1`.
- Add a strong random value for `CLICKHOUSE_PASSWORD` in `.env`; keep it consistent across services.
- Run the listed migration scripts sequentially to migrate ClickHouse schema, then restart containers.
- Requires a non‑empty `CLICKHOUSE_PASSWORD` in `.env` for ClickHouse authentication.
- Database schema migrated to a unified `events` table; legacy per‑type tables are dropped after upgrade.
- Import historical analytics data from GA4, Fathom, Plausible, Simple Analytics, and Umami.
- SEO dashboard with Google Search Console integration showing search queries, top pages, branded traffic, and optimisation opportunities.
- Experiments (A/B testing) for optimizing conversion rates and user engagement.
YAML rewrite + breaking changes
- Cache Intelligence – full proposal lifecycle (propose, review, apply) with UI & API support
- Inference Pipeline Latency Profiler – per‑bucket latency tiles, Prometheus metrics, and SLA features for Pro tier
- Auth (users and tokens) migrated to protobuf – existing JSON‑based clients must update.
- Add option for pyroscope observability
- Improve editing page UI for DNS zone configuration
- Run the migration script (`docker run --rm -v /path/to/your/config/dir:/config ghcr.io/clemcer/loggifly-migrate:v1-to-v2`) to convert `config.yaml` to `configv2.yaml`.
- Review the full Migration Guide (https://clemcer.github.io/LoggiFly/guide/migrate-to-v2) for behavioral changes that may require manual adjustment.
- Per-container config blocks removed; replaced by rules‑based system with glob pattern matching.
- Renamed fields and removed settings throughout the configuration schema.
- Changed defaults for inheritance model of settings.
- Flexible rule-based targeting using glob patterns to match containers.
- Rule groups (`groups`) enable shared settings across multiple rules without duplication.
- Threshold‑based triggering (`trigger_on`) allows triggers after N matches within a time window.
PowerShell removal + dynamic version reporting
- XNODE management page in taos-explorer with automatic task redirection
- Rust connector support for batch tag updates, DECIMAL, and BLOB types
- Automatic reconnection for AVEVA Historian data source in taosX
Get this as a security brief. Track Observability & Monitoring releases straight to your inbox.