You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/09/24 13:25:24 UTC

[skywalking] branch enhance/socketTimeout updated (2a2bbfd -> 57e3ed4)

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

kezhenxu94 pushed a change to branch enhance/socketTimeout
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


 discard 2a2bbfd  Add `socketTimeout` back to the new implementation
     add fdbbd5a  Move grouping doc from metrics to advanced. (#7781)
     add 2d52ad4  Fix license of netty-tcnative-boringssl-static (#7784)
     add 8f9a192  Fix `Hour`/`Day` dimensionality metrics and `Slow SQL sampling` are not accurate (#7787)
     add ba5aa68  Add component definition for Fastjson. (#7788)
     add fde6882  sync skywalking-ui (#7789)
     add b7ba282  Fix entity naming mechanism failure in MAL (#7790)
     add 24aa9b1  sync ui (#7797)
     add 57e3ed4  Add `socketTimeout` back to the new implementation

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2a2bbfd)
            \
             N -- N -- N   refs/heads/enhance/socketTimeout (57e3ed4)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         | 13 ++++-
 dist-material/release-docs/LICENSE                 |  2 +-
 docs/menu.yml                                      |  4 +-
 .../oap/meter/analyzer/dsl/AnalyzerTest.java       | 16 +++++++
 .../oap/meter/analyzer/dsl/ScopeTest.java          | 19 ++++++++
 .../oap/server/core/CoreModuleProvider.java        |  7 ++-
 .../server/core/analysis/meter/MeterEntity.java    | 56 ++++++++++++++--------
 .../analysis/worker/MetricsPersistentWorker.java   |  5 +-
 .../core/analysis/worker/PersistenceWorker.java    | 10 +---
 .../server/core/analysis/worker/TopNWorker.java    |  7 +--
 .../meter/function/HistogramFunctionTest.java      | 15 ++++++
 .../meter/function/PercentileFunctionTest.java     | 15 ++++++
 .../function/avg/AvgHistogramFunctionTest.java     | 15 ++++++
 .../avg/AvgHistogramPercentileFunctionTest.java    | 15 ++++++
 .../meter/function/avg/AvgLabeledFunctionTest.java | 15 ++++++
 .../meter/function/latest/LatestFunctionTest.java  | 15 ++++++
 .../zabbix/provider/ZabbixMetricsTest.java         | 16 +++++++
 .../src/main/resources/component-libraries.yml     |  3 ++
 skywalking-ui                                      |  2 +-
 19 files changed, 205 insertions(+), 45 deletions(-)
 mode change 100755 => 100644 oap-server/server-starter/src/main/resources/component-libraries.yml