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

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


 discard b67527b  Add ElasticSearch to test and verify
     add 3bc9337  [Feature] Support datasource metrics analysis (#8474)
     add c1765b5  [OAL] Keep the endpoint avg resp time meter name the same 
with others scope. (#8534)
     add 1553dfb  update https://registry.npm.taobao.org to 
https://registry.npmmirror.com (#8538)
     add b8fe3a1  Add rust repo into issue template (#8542)
     add 7c94f65  Add component id for Python FastAPI plugin (#8544)
     add d83144b  Support all metrics from MAL engine in alarm core (#8547)
     add ba5e56f  Fix wrong position of arguments (#8548)
     add b33b786  Allow updating non-metrics templates when structure changed 
(#8549)
     add bdf4ccd  Add v9 to compatibility matrix (#8559)
     add eec05d8  Set default connection timeout of ElasticSearch to 3000 
milliseconds (#8560)
     new ab43aa8  Add ElasticSearch to test and verify
     new 6c84cfa  test

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   (b67527b)
            \
             N -- N -- N   refs/heads/test/es8 (6c84cfa)

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.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/ISSUE_TEMPLATE/bug-report.yml              |  1 +
 CHANGES.md                                         |  8 +++
 dist-material/alarm-settings.yml                   |  4 +-
 docs/en/FAQ/maven-compile-npm-failure.md           |  2 +-
 docs/en/concepts-and-designs/oal.md                |  2 +-
 docs/en/setup/backend/backend-meter.md             |  3 +-
 docs/en/setup/backend/configuration-vocabulary.md  | 10 ++--
 docs/en/setup/service-agent/agent-compatibility.md | 16 +++---
 .../skywalking/oal/rt/parser/ScriptParserTest.java |  4 +-
 .../skywalking-dynamic-configmap.example.yaml      |  4 +-
 .../oap/server/core/analysis/meter/Meter.java      | 57 ++++++++++++++++++++++
 .../server/core/analysis/meter/MeterSystem.java    |  4 +-
 .../analysis/meter/function/HistogramFunction.java |  3 +-
 .../meter/function/PercentileFunction.java         |  3 +-
 .../analysis/meter/function/avg/AvgFunction.java   |  3 +-
 .../meter/function/avg/AvgHistogramFunction.java   |  3 +-
 .../avg/AvgHistogramPercentileFunction.java        |  3 +-
 .../meter/function/avg/AvgLabeledFunction.java     |  3 +-
 .../meter/function/latest/LatestFunction.java      |  3 +-
 .../analysis/meter/function/sum/SumFunction.java   |  3 +-
 .../oap/server/core/source/DefaultScopeDefine.java |  7 +++
 .../elasticsearch/ElasticSearchVersion.java        |  5 ++
 .../src/main/resources/application.yml             |  4 +-
 .../src/main/resources/component-libraries.yml     |  3 ++
 .../{threadpool.yaml => datasource.yaml}           |  4 +-
 .../server-starter/src/main/resources/oal/core.oal |  2 +-
 .../resources/ui-initialized-templates/apm.yml     | 17 +++++--
 .../ui-initialized-templates/topology-endpoint.yml |  4 +-
 .../StorageModuleElasticsearchConfig.java          |  2 +-
 .../StorageModuleElasticsearchProvider.java        |  4 +-
 .../elasticsearch/base/StorageEsInstaller.java     | 15 +++---
 test/e2e-v2/cases/gateway/e2e.yaml                 |  2 +-
 test/e2e-v2/cases/go/e2e.yaml                      |  2 +-
 test/e2e-v2/cases/istio/als/e2e.yaml               |  4 +-
 test/e2e-v2/cases/lua/e2e.yaml                     |  2 +-
 test/e2e-v2/cases/nodejs/e2e.yaml                  |  2 +-
 test/e2e-v2/cases/php/e2e.yaml                     |  2 +-
 test/e2e-v2/cases/python/e2e.yaml                  |  2 +-
 test/e2e-v2/cases/simple/simple-cases.yaml         |  4 +-
 test/e2e-v2/cases/storage/es/docker-compose.yml    |  1 +
 40 files changed, 165 insertions(+), 62 deletions(-)
 create mode 100644 
oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/analysis/meter/Meter.java
 copy 
oap-server/server-starter/src/main/resources/meter-analyzer-config/{threadpool.yaml
 => datasource.yaml} (89%)

Reply via email to