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/02/12 15:28:40 UTC

[skywalking] branch master updated (7ff9a0c -> 7c6016b)

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 7ff9a0c  supprt gRPC alarm hook. (#4344)
     add 7c6016b  Make Profile entities could be disable by OAL (#4354)

No new revisions were added by this update.

Summary of changes:
 .../apache/skywalking/oal/rt/grammar/OALLexer.g4   |  6 ++-
 .../apache/skywalking/oal/rt/grammar/OALParser.g4  |  3 +-
 .../src/main/resources/official_analysis.oal       |  3 ++
 .../core/profile/ProfileTaskMutationService.java   | 31 +++++++++----
 ...eTaskNoneStream.java => ProfileTaskRecord.java} | 12 ++---
 .../elasticsearch/query/ProfileTaskQueryEsDAO.java | 42 +++++++++---------
 .../plugin/jdbc/h2/dao/H2ProfileTaskQueryDAO.java  | 51 +++++++++++-----------
 7 files changed, 85 insertions(+), 63 deletions(-)
 rename oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/profile/{ProfileTaskNoneStream.java => ProfileTaskRecord.java} (90%)