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/04/27 04:00:41 UTC

[skywalking] branch new-func updated (2a81a82 -> 76defe1)

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

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


    from 2a81a82  Merge branch 'master' into new-func
     add 76defe1  Support infinite-

No new revisions were added by this update.

Summary of changes:
 .../skywalking/oal/rt/parser/AnalysisResult.java   | 40 +++++++------
 .../oal/rt/parser/PersistenceColumns.java          | 10 ++--
 .../code-templates/metrics/deserialize.ftl         |  4 +-
 .../resources/code-templates/metrics/serialize.ftl |  4 +-
 .../analysis/meter/function/BucketedValues.java    | 25 +++++++-
 .../analysis/meter/function/HistogramFunction.java | 25 ++++----
 .../server/core/analysis/metrics/DataTable.java    |  8 ++-
 .../oap/server/core/query/input/Entity.java        | 22 ++++----
 .../oap/server/core/query/type/Bucket.java         |  4 +-
 .../oap/server/core/query/type/HeatMap.java        | 53 ++++++++++++++---
 .../server-core/src/main/proto/RemoteService.proto |  2 +-
 .../meter/function/HistogramFunctionTest.java      | 66 ++++++++++++++++++++--
 .../provider/PrometheusFetcherProvider.java        |  6 +-
 .../src/main/resources/query-protocol              |  2 +-
 14 files changed, 193 insertions(+), 78 deletions(-)