This commit is contained in:
Qiuxia Fan 2022-03-30 21:07:08 +08:00
parent 6fb9f80383
commit 163f8dd521

View File

@ -26,8 +26,8 @@ export enum MetricQueryTypes {
export enum Calculations {
Percentage = "percentage",
ByteToKB = "byteToKB",
ByteToMB = "ByteToMB",
ByteToGB = "ByteToGB",
ByteToMB = "byteToMB",
ByteToGB = "byteToGB",
Apdex = "apdex",
Precision = "precision",
ConvertSeconds = "convertSeconds",