You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ha...@apache.org on 2020/08/09 01:19:28 UTC

[skywalking] branch labeled-alarm updated (2f4554f -> 3ec59c3)

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

hanahmily pushed a change to branch labeled-alarm
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


    from 2f4554f  Add labeled metrics to alarm system
     add b0bb7cf  Query all of labels once selected labels condition is absent. (#5202)
     add 3ec59c3  Merge branch 'master' into labeled-alarm

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