feedback time
This commit is contained in:
@@ -12,7 +12,7 @@ resources:
|
||||
# - services/jetfire/
|
||||
- services/optimus/
|
||||
- services/ota/
|
||||
- services/virtual-vehicle/
|
||||
# - services/virtual-vehicle/
|
||||
# - services/cost/
|
||||
|
||||
labels:
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user