我正在运行以下波前查询以获取在调用查询的给定时间范围内SINGLE VALUE
的平均值。这在波前仪表板中运行良好,但在通过Wavefront REST API调用时会超时。是否可以优化此查询以使其不会超时,或者通过 REST api 运行它是否存在问题:
mavg(1vw, avg(ts(telegraf.response.times.99.percentile , accountid="123" and env="prod" and myvar!="true”)))
我尝试了以下但没有帮助
mavg(1vw, avg(align(900s, mean, ts(telegraf.response.times.99.percentile , accountid=“123” and env=“prod” and myvar!=“true”))))