You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/08/08 14:26:18 UTC

[skywalking] branch master updated (9b6a4ed -> b0bb7cf)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


    from 9b6a4ed  Fix kafka plugin sometimes trace doesn't show span layer (#5264)
     add b0bb7cf  Query all of labels once selected labels condition is absent. (#5202)

No new revisions were added by this update.

Summary of changes:
 .../core/storage/query/IMetricsQueryDAO.java       |  61 ++++++++++
 .../core/storage/query/MetricsQueryUtilTest.java   | 123 +++++++++++++++++++++
 .../elasticsearch/query/MetricsQueryEsDAO.java     |  40 +------
 .../plugin/influxdb/query/MetricsQuery.java        |  30 +----
 .../plugin/jdbc/h2/dao/H2MetricsQueryDAO.java      |  30 +----
 5 files changed, 195 insertions(+), 89 deletions(-)
 create mode 100644 oap-server/server-core/src/test/java/org/apache/skywalking/oap/server/core/storage/query/MetricsQueryUtilTest.java