mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
fix: CI
This commit is contained in:
parent
fc76295bfb
commit
630620e728
@ -128,7 +128,8 @@ limitations under the License. -->
|
|||||||
}
|
}
|
||||||
async function queryMetrics() {
|
async function queryMetrics() {
|
||||||
loading.value = true;
|
loading.value = true;
|
||||||
const metrics = await useDashboardQueryProcessor([
|
const metrics: { [key: string]: { source: { [key: string]: unknown }; typesOfMQE: string[] } } =
|
||||||
|
await useDashboardQueryProcessor([
|
||||||
{
|
{
|
||||||
metrics: config.value.expressions || [],
|
metrics: config.value.expressions || [],
|
||||||
metricConfig: config.value.metricConfig || [],
|
metricConfig: config.value.metricConfig || [],
|
||||||
|
Loading…
Reference in New Issue
Block a user