You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ta...@apache.org on 2020/02/26 12:51:07 UTC

[skywalking] branch rest_api updated (1f81c6a -> b4faf8c)

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

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


    from 1f81c6a  fix maven.
     add fa0b3df  provide multiple time ranges to query profile analyze (#4417)
     add b4faf8c  Merge branch 'master' into rest_api

No new revisions were added by this update.

Summary of changes:
 .../core/profile/analyze/ProfileAnalyzer.java      | 30 +++++++++++++++++-----
 .../server/core/query/ProfileTaskQueryService.java |  5 ++--
 .../{KVInt.java => ProfileAnalyzeTimeRange.java}   | 10 +++++---
 .../core/profile/analyze/ProfileStackAnalyze.java  |  7 ++++-
 .../oap/query/graphql/resolver/ProfileQuery.java   |  6 ++---
 .../src/main/resources/query-protocol              |  2 +-
 .../src/main/resources/getProfileAnalyzation.gql   |  7 +++--
 7 files changed, 45 insertions(+), 22 deletions(-)
 copy oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/query/entity/{KVInt.java => ProfileAnalyzeTimeRange.java} (91%)