Grafana-类型错误:无法读取未定义的属性(读取“值”)

问题描述 投票:0回答:1

当我尝试在警报角色下

Set a query and alert condition
时,我不断收到以下错误。我搜索其他博客都无法解决这个问题

An unexpected error happened
Details
TypeError: Cannot read properties of undefined (reading 'values')

    at ni (http://localhost:3000/public/build/AlertingRuleForm.f65c22acec748d21665e.js:145:233)
    at div
    at de (http://localhost:3000/public/build/9512.8f35f1c2de682ecc2973.js:2:92536)
    at li (http://localhost:3000/public/build/AlertingRuleForm.f65c22acec748d21665e.js:252:28)
    at div
    at de 

我正在使用的查询:

from(bucket:"API_BE")
    |> range(start: -15m)
    |> filter(fn: (r) => r._measurement == "3 API competition")
    |> yield()

Grafana 版本:

9.3.2
(数据源)Influx 数据库版本:
v2.6.0

我正在本地计算机上运行grafana和influxd(Windows:10)

automated-tests grafana influxdb flux grafana-alerts
1个回答
0
投票

您收到任何更新/解决方案吗?

© www.soinside.com 2019 - 2024. All rights reserved.