通过 REST 调用时 mavg 波前查询超时 api

mavg wavefront query timeout when called through the REST api

我 运行 正在跟踪 wavefront 查询以获取 SINGLE VALUE,这是查询所针对的给定时间范围 的 平均值叫。这在 wavefront 仪表板中运行良好,但在通过 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”))))

我发现一些特殊字符代替了复制粘贴查询时出现的 double quotes。当我手动输入整个查询时它工作正常。