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 { export enum Calculations {
Percentage = "percentage", Percentage = "percentage",
ByteToKB = "byteToKB", ByteToKB = "byteToKB",
ByteToMB = "ByteToMB", ByteToMB = "byteToMB",
ByteToGB = "ByteToGB", ByteToGB = "byteToGB",
Apdex = "apdex", Apdex = "apdex",
Precision = "precision", Precision = "precision",
ConvertSeconds = "convertSeconds", ConvertSeconds = "convertSeconds",