[telemetry_chargeback] Price needs to be calculated for each synthetic dataframe#420
Draft
ayefimov-1 wants to merge 3 commits into
masterinfrawatch/feature-verification-tests:masterfrom
alexy_ck_job_8einfrawatch/feature-verification-tests:alexy_ck_job_8eCopy head branch name to clipboard
Draft
[telemetry_chargeback] Price needs to be calculated for each synthetic dataframe#420ayefimov-1 wants to merge 3 commits intomasterinfrawatch/feature-verification-tests:masterfrom alexy_ck_job_8einfrawatch/feature-verification-tests:alexy_ck_job_8eCopy head branch name to clipboard
ayefimov-1 wants to merge 3 commits into
masterinfrawatch/feature-verification-tests:masterfrom
alexy_ck_job_8einfrawatch/feature-verification-tests:alexy_ck_job_8eCopy head branch name to clipboard
Conversation
Compute price at generation time: price = unit_cost * qty_mutated. Simplify gen_db_summary.py to sum price directly (matching CK method). Add _apply_mutate() for NUMBOOL/CEIL/FLOOR transforms. Update test scenarios: 1-hour window, 300s steps, realistic costs. Remove factor/offset from all files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
gen_synth_loki_data.py: Compute price at generation time: price = unit_cost * qty_mutated. Add _apply_mutate() for NUMBOOL/CEIL/FLOOR transforms. Removed 2 hour offset gen_db_summary.py Simplify to sum "price" directly (matching CK method) Use price to generate rating Test Scenarios files: Update test scenarios: 1-hour window, 300s steps, realistic costs. Remove factor/offset from all files Remove "price" from test scenario Authored-by: @ayefimov-1 AI Assisted by: Claude
|
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
ayefimov-1
marked this pull request as draft
July 27, 2026 00:02
|
Build failed (check pipeline). Post ✔️ telemetry-openstack-meta-content-provider-master SUCCESS in 2h 38m 49s |
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.
gen_synth_loki_data.py:
Update test scenarios:
Authored-by: @ayefimov-1
AI Assisted by: Claude