mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-20 04:19:16 +00:00
feat: query layers
This commit is contained in:
@@ -245,7 +245,7 @@ export default defineComponent({
|
||||
return;
|
||||
}
|
||||
|
||||
if (json.error) {
|
||||
if (json.errors) {
|
||||
return;
|
||||
}
|
||||
const metricVal = json.data.readMetricsValues.values.values.map(
|
||||
|
Reference in New Issue
Block a user