feat: enterprise observability platform foundation - #28
Merged
Merged
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (12)
📝 WalkthroughWalkthroughThe pull request extends LogSight-AI with optional enterprise ingestion, enrichment, anomaly scoring, streaming, storage, observability, and deployment integrations. It adds a FastAPI gateway, enterprise Docker Compose stack, package extras, ClickHouse schema, Prometheus configuration, and updated documentation. ChangesEnterprise observability stack
Estimated code review effort: 4 (Complex) | ~45 minutes Sequence Diagram(s)sequenceDiagram
participant Client
participant FastAPI
participant EnterpriseAnalyzer
participant Metrics
Client->>FastAPI: Submit log payload
FastAPI->>EnterpriseAnalyzer: Parse, enrich, extract template
EnterpriseAnalyzer-->>FastAPI: Return event and anomaly score
FastAPI->>Metrics: Increment ingestion and anomaly counters
FastAPI-->>Client: Return JSON result
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Upgrades LogSight-AI from a local-first analyzer toward an enterprise observability platform while preserving the existing dependency-light CLI.
Included
Deliberate boundaries
This PR establishes production architecture and contracts without falsely claiming that the platform already has trained LogBERT models, calibrated precision/recall, a full OTel Collector deployment, distributed Ray/Celery workers, or a complete RAG incident investigator. Those are explicitly tracked in the roadmap.
Next phase
Summary by CodeRabbit
New Features
Documentation