feat: Add load test framework with observability metrics#1074
Merged
TheiLLeniumStudios merged 23 commits intostakater:masterfrom Jan 9, 2026
Merged
feat: Add load test framework with observability metrics#1074TheiLLeniumStudios merged 23 commits intostakater:masterfrom
TheiLLeniumStudios merged 23 commits intostakater:masterfrom
Conversation
93e33c4 to
9a3edf1
Compare
faizanahmad055
previously approved these changes
Jan 8, 2026
msafwankarim
reviewed
Jan 9, 2026
msafwankarim
approved these changes
Jan 9, 2026
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.
Introduced a load testing framework for A/B performance comparison and added comprehensive Prometheus metrics to Reloader to support observability and performance validation
New Prometheus Metrics
Added metrics for detailed observability:
reloader_reconcile_totalreloader_reconcile_duration_secondsreloader_action_totalreloader_action_latency_secondsreloader_workloads_scanned_totalreloader_workloads_matched_totalreloader_errors_totalreloader_skipped_totalreloader_workqueue_depthreloader_workqueue_adds_totalreloader_workqueue_latency_secondsreloader_events_received_totalreloader_events_processed_totalrest_client_requests_totalrest_client_request_duration_secondsLoad Test Framework
Added
test/loadtest/with:runandreportcommandsTest Scenarios (S1-S13)
--reload-strategy=annotationsCI Pipeline
GitHub Actions workflow (
.github/workflows/loadtest.yml) triggered by/loadtestPR comment:Pass/Fail Criteria
action_total,reload_executed_totalwithin 15% of expectedrest_client_requests_*not significantly higherThe existing
pull_requestworkflow runsS1,S4, andS6scenarios after regular tests. The full load test suite can be run on a PR by commenting/loadtest