feedback time

This commit is contained in:
Chris Rai
2026-02-02 21:38:02 -05:00
parent 2bf8d3f64e
commit 80c7b7caf3
2 changed files with 15 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ resources:
# - services/jetfire/ # - services/jetfire/
- services/optimus/ - services/optimus/
- services/ota/ - services/ota/
- services/virtual-vehicle/ # - services/virtual-vehicle/
# - services/cost/ # - services/cost/
labels: labels:

View File

@@ -114,14 +114,14 @@ curl http://localhost:8077/cost/report
╔══════════════════════════════════════════════════════════════════╗ ╔══════════════════════════════════════════════════════════════════╗
║ COST SERVICE REPORT ║ ║ COST SERVICE REPORT ║
╠══════════════════════════════════════════════════════════════════╣ ╠══════════════════════════════════════════════════════════════════╣
║ Period: 2026-01-01 to 2026-02-01 ║ Period: 2026-01-03 to 2026-02-03
╠══════════════════════════════════════════════════════════════════╣ ╠══════════════════════════════════════════════════════════════════╣
║ FLEET OVERVIEW ║ ║ FLEET OVERVIEW ║
║ ─────────────────────────────────────────────────────────────── ║ ║ ─────────────────────────────────────────────────────────────── ║
║ Active Vehicles: 383 ║ Active Vehicles: 3143
║ Cloud Cost: $51.66 ║ Cloud Cost: $5658.12
║ On-Prem Cost: $4.74 ║ On-Prem Cost: $389.98
║ Savings: $46.93 (90.8%) ║ Savings: $5268.15 (93.1%)
╠══════════════════════════════════════════════════════════════════╣ ╠══════════════════════════════════════════════════════════════════╣
║ COST RATES ║ ║ COST RATES ║
║ ─────────────────────────────────────────────────────────────── ║ ║ ─────────────────────────────────────────────────────────────── ║
@@ -131,21 +131,23 @@ curl http://localhost:8077/cost/report
╠══════════════════════════════════════════════════════════════════╣ ╠══════════════════════════════════════════════════════════════════╣
║ ANNUAL PROJECTION (based on current usage) ║ ║ ANNUAL PROJECTION (based on current usage) ║
║ ─────────────────────────────────────────────────────────────── ║ ║ ─────────────────────────────────────────────────────────────── ║
║ Cloud Annual: $619.97 ║ Cloud Annual: $67897.44
║ On-Prem Annual: $56.86 ║ On-Prem Annual: $4679.70
║ Annual Savings: $563.11 ║ Annual Savings: $63217.74
╚══════════════════════════════════════════════════════════════════╝ ╚══════════════════════════════════════════════════════════════════╝
TOP COST VEHICLES: TOP COST VEHICLES:
VIN Cloud $ On-Prem $ Savings % VIN Cloud $ On-Prem $ Savings %
─────────────────── ────────── ────────── ──────── ─────────────────── ────────── ────────── ────────
VCF1ZBU26PG004962 0.24 0.02 90.6% VCF1EBU27PG008191 6.84 0.48 93.0%
VCF1EBU29PG008340 0.24 0.02 90.6% VCF1ZBU28PG005207 6.84 0.48 93.0%
VCF1ZBU23PG005471 0.24 0.02 90.6% 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 ## Configuration