Persistence Fixes, Observability & Cleanup#49
Merged
Conversation
Benchmark Regression ReportEngine: same-runner A/B (base
Runner: base = AMD EPYC 7763 64-Core Processor; head = AMD EPYC 7763 64-Core Processor; same runner = True. |
- Add V39 migration to fix strike numeric primary key - Introduce KeyHolderUtils for robust ID management - Update affected repositories to utilize improved PK handling
- Introduce IngestionMetrics for tracing and monitoring - Improve systemic resilience monitoring in the computation module - Add necessary configuration and test support for new metrics
- Reflect completed refactoring and feature work in progress review
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.
Overview
This PR addresses critical persistence layer fixes, enhances system observability, and performs a significant cleanup of repository bloat.
Changes
🗄️ Persistence Layer Refactoring
strikenumeric types in the persistence layer.V39__fix_strike_numeric_pk.sqlto rectify the primary key structure.KeyHolderUtilsand corresponding unit tests to provide a robust, type-safe mechanism for ID management across repositories.🔭 Ingestion & Computation Observability
IngestionMetricsto enable granular tracing and monitoring of the ingestion pipeline.SystemicResilienceMonitorand associated resilience health probes to better monitor system stability.IngestionMetricsTest,HttpClientConfigTest) for new observability components.🧹 Repository Cleanup
graphify-out/content from the repository, adhering to cleaner dependency management practices.📝 Documentation
docs/reviews/00-progress.mdto reflect all completed refactoring and feature work in this cycle.Impact
Verification
KeyHolderUtilsTest,IngestionMetricsTest) and refactored resilience tests pass.