feat: remove the total filed from query conditions (#93)

This commit is contained in:
Fine0830
2022-05-19 15:49:24 +08:00
committed by GitHub
parent 7e0d716111
commit b953904c71
11 changed files with 67 additions and 43 deletions

View File

@@ -54,7 +54,6 @@ export const QueryServiceLogs = {
value
}
}
total
}`,
};

View File

@@ -27,7 +27,6 @@ export const Traces = {
isError
traceIds
}
total
}`,
};