mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-19 16:37:36 +00:00
fix typo
This commit is contained in:
parent
6fb9f80383
commit
163f8dd521
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user