From 80c7b7caf3afd92480b54667ea4ebc203199928b Mon Sep 17 00:00:00 2001 From: Chris Rai Date: Mon, 2 Feb 2026 21:38:02 -0500 Subject: [PATCH] feedback time --- .../overlays/development/kustomization.yaml | 2 +- services/cost/README.md | 26 ++++++++++--------- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/deploy/overlays/development/kustomization.yaml b/deploy/overlays/development/kustomization.yaml index 2810957..848ffcc 100644 --- a/deploy/overlays/development/kustomization.yaml +++ b/deploy/overlays/development/kustomization.yaml @@ -12,7 +12,7 @@ resources: # - services/jetfire/ - services/optimus/ - services/ota/ - - services/virtual-vehicle/ + # - services/virtual-vehicle/ # - services/cost/ labels: diff --git a/services/cost/README.md b/services/cost/README.md index 6cfd73e..4de3ca7 100644 --- a/services/cost/README.md +++ b/services/cost/README.md @@ -114,14 +114,14 @@ curl http://localhost:8077/cost/report ╔══════════════════════════════════════════════════════════════════╗ ║ COST SERVICE REPORT ║ ╠══════════════════════════════════════════════════════════════════╣ -║ Period: 2026-01-01 to 2026-02-01 +║ Period: 2026-01-03 to 2026-02-03 ╠══════════════════════════════════════════════════════════════════╣ ║ FLEET OVERVIEW ║ ║ ─────────────────────────────────────────────────────────────── ║ -║ Active Vehicles: 383 -║ Cloud Cost: $51.66 -║ On-Prem Cost: $4.74 -║ Savings: $46.93 (90.8%) +║ Active Vehicles: 3143 +║ Cloud Cost: $5658.12 +║ On-Prem Cost: $389.98 +║ Savings: $5268.15 (93.1%) ╠══════════════════════════════════════════════════════════════════╣ ║ COST RATES ║ ║ ─────────────────────────────────────────────────────────────── ║ @@ -131,21 +131,23 @@ curl http://localhost:8077/cost/report ╠══════════════════════════════════════════════════════════════════╣ ║ ANNUAL PROJECTION (based on current usage) ║ ║ ─────────────────────────────────────────────────────────────── ║ -║ Cloud Annual: $619.97 -║ On-Prem Annual: $56.86 -║ Annual Savings: $563.11 +║ Cloud Annual: $67897.44 +║ On-Prem Annual: $4679.70 +║ Annual Savings: $63217.74 ╚══════════════════════════════════════════════════════════════════╝ TOP COST VEHICLES: VIN Cloud $ On-Prem $ Savings % ─────────────────── ────────── ────────── ──────── -VCF1ZBU26PG004962 0.24 0.02 90.6% -VCF1EBU29PG008340 0.24 0.02 90.6% -VCF1ZBU23PG005471 0.24 0.02 90.6% +VCF1EBU27PG008191 6.84 0.48 93.0% +VCF1ZBU28PG005207 6.84 0.48 93.0% +VCF1ZBU29PG005488 6.84 0.48 93.0% +VCF1ZBU26PG004962 6.76 0.48 93.0% +VCF1EBU20PG008145 6.75 0.47 93.0% ... ``` -*Note: Costs shown are from a short collection period. Numbers accumulate over time as the collector runs every 15 minutes.* +*Note: Report generated 2026-02-03. Costs accumulate over time as the collector runs every 15 minutes.* ## Configuration