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

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


 discard 1376960  Add a new concept "Event" and its implementations to collect 
events
     add 5d47d4d  Remove state / isError and collect exception stacktrace in 
error logs (#6275)
     add 1753e5e  Support Prometheus node-exporter VM metrics monitoring (#6277)
     add 56c264d  test: fix flaky E2E test of Kafka (#6281)
     add f26311e  Add a new concept "Event" and its implementations to collect 
events

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   (1376960)
            \
             N -- N -- N   refs/heads/events (f26311e)

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:
 .github/workflows/cancel.yaml                      | 178 ---------------------
 .github/workflows/e2e.kafka.yaml                   |   4 +-
 .github/workflows/e2e.log.yaml                     |   1 +
 CHANGES.md                                         |   3 +
 .../log4j/v1/x/log/GRPCLogAppenderInterceptor.java |   7 +-
 .../log4j/v2/x/log/GRPCLogAppenderInterceptor.java |   7 +-
 .../v1/x/log/GRPCLogAppenderInterceptor.java       |  14 +-
 docs/en/setup/backend/backend-receivers.md         |   1 +
 docs/en/setup/backend/configuration-vocabulary.md  |   2 +-
 .../src/main/resources/application.yml             |   2 +-
 .../src/main/resources/otel-oc-rules/vm.yaml       |  96 +++++++++++
 .../ui-initialized-templates/{istio.yml => vm.yml} | 142 +++++++++-------
 .../analysis/manual/log/AbstractLogRecord.java     |   7 -
 .../oap/server/core/query/LogQueryService.java     |   3 -
 .../server/core/query/input/LogQueryCondition.java |   2 -
 .../skywalking/oap/server/core/query/type/Log.java |   2 -
 .../oap/server/core/query/type/LogState.java       |  23 ---
 .../oap/server/core/source/AbstractLog.java        |   1 +
 .../server/core/storage/query/ILogQueryDAO.java    |   2 -
 .../oap/query/graphql/resolver/LogQuery.java       |   1 -
 .../src/main/resources/query-protocol              |   2 +-
 .../plugin/elasticsearch/query/LogQueryEsDAO.java  |  16 --
 .../elasticsearch7/query/LogQueryEs7DAO.java       |  17 --
 .../storage/plugin/influxdb/query/LogQuery.java    |  16 --
 .../storage/plugin/jdbc/h2/dao/H2LogQueryDAO.java  |  13 --
 .../plugin/jdbc/h2/dao/H2LogRecordBuilder.java     |   3 -
 .../skywalking/e2e/SkyWalkingAnnotations.java      |   9 +-
 .../apache/skywalking/e2e/SimpleQueryClient.java   |   3 -
 .../java/org/apache/skywalking/e2e/log/Log.java    |   1 -
 .../org/apache/skywalking/e2e/log/LogMatcher.java  |   5 -
 .../org/apache/skywalking/e2e/log/LogsQuery.java   |  26 ---
 test/e2e/e2e-data/src/main/resources/logs.gql      |  10 +-
 .../org/apache/skywalking/e2e/TestLogsMatcher.java |   2 -
 test/e2e/e2e-data/src/test/resources/log.yml       |   3 +-
 .../apache/skywalking/e2e/kafka/KafkaLogE2E.java   |   1 -
 .../java/org/apache/skywalking/e2e/log/LogE2E.java |   1 -
 .../src/test/resources/expected/log/logs.yml       |   3 +-
 test/e2e/pom.xml                                   |   2 +-
 38 files changed, 227 insertions(+), 404 deletions(-)
 delete mode 100644 .github/workflows/cancel.yaml
 create mode 100644 
oap-server/server-bootstrap/src/main/resources/otel-oc-rules/vm.yaml
 copy 
oap-server/server-bootstrap/src/main/resources/ui-initialized-templates/{istio.yml
 => vm.yml} (60%)
 delete mode 100644 
oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/query/type/LogState.java

Reply via email to