未验证 提交 c0ed7d88 编写于 作者: W w 提交者: GitHub

Fix a legal metric query adoption bug. (#6270)

上级 0884c876
......@@ -79,6 +79,7 @@ Release Notes.
* Add the text analyzer for querying log in the es storage.
* Chore: Remove duplicate codes in Envoy ALS handler.
* Remove the strict rule of OAL disable statement parameter.
* Fix a legal metric query adoption bug. Don't support global level metric query.
#### UI
* Fix un-removed tags in trace query.
......
......@@ -58,6 +58,7 @@ public class MetricQuery implements GraphQLQueryResolver {
condition.setEntity(new MockEntity(null));
kv.setValue(query.readMetricsValue(condition, duration));
values.addKVInt(kv);
} else {
for (final String id : metrics.getIds()) {
KVInt kv = new KVInt();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册