What problem does it solve?
Diagnosing distributed training and inference issues requires querying Finelog logs and telemetry across federated and regional deployments, but incorrect schema assumptions, counter semantics, or missing forwarded rows lead to wrong conclusions.
Core Features & Use Cases
- Schema-First Querying: Discover namespaces and schemas with the finelog CLI before writing bounded SQL against confirmed columns.
- Counter Semantics Handling: Distinguish native delta counters from imported cumulative Prometheus snapshots, applying LAG-based delta calculations with reset handling.
- Federated vs Regional Diagnosis: Compare hub and regional deployments to detect forwarding delays, missing logs, or incomplete recent rows.
- Use Case: An engineer investigating Iris task memory usage queries per-attempt memory samples bucketed by half-hour, then cross-checks a regional deployment when hub rows appear incomplete.
Quick Start
Ask the assistant to query Finelog for the memory usage of a specific Iris task over the last day, discovering the schema first and summarizing results by time bucket.