feat: enhance topology layout and fix calls metrics (#344)

This commit is contained in:
Fine0830
2023-11-23 16:37:26 +08:00
committed by GitHub
parent d8a3c27345
commit ac57b229fc
6 changed files with 35 additions and 15 deletions

View File

@@ -345,3 +345,7 @@ export enum MetricModes {
Expression = "Expression",
General = "General",
}
export enum CallTypes {
Server = "SERVER",
Client = "CLIENT",
}