Change the representation of computed credit values
[aquarium] / src / main / avro / aquarium-policy.avdl
index 5c77f6b..400ca2b 100644 (file)
@@ -47,7 +47,7 @@ protocol AquariumPolicy {
   }
 
   record EffectiveUnitPriceMsg {
-    double unitPrice; // credits per unit (see ResourceTypeMsg.unit)
+    string unitPrice; // credits per unit (see ResourceTypeMsg.unit)
     union {CronSpecTupleMsg, null} when;
   }