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

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


 discard 9f12f90  Add JDK 16 to test matrix, move bom to backend profile
     add 6caf297  Add FluentBit integration E2E test and doc (#7138)
     new 417344c  Add JDK 16 to test matrix, move bom to backend profile

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   (9f12f90)
            \
             N -- N -- N   refs/heads/jdk/16 (417344c)

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 1 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/actions/e2e-test/action.yml                |  2 +-
 .github/workflows/e2e.jdk-versions.yaml            |  3 --
 .github/workflows/e2e.log.yaml                     | 24 ++++++++++
 docs/en/setup/backend/log-analyzer.md              | 10 +++--
 .../docker-compose.fluentbit.yml}                  | 28 +++++++-----
 .../docker/log/fluent-bit/fluent-bit-parser.conf   | 10 +++--
 .../docker/log/fluent-bit/fluent-bit-script.lua    | 23 ++++++++++
 .../e2e-test/docker/log/fluent-bit/fluent-bit.conf | 29 ++++++++++--
 .../{event/EventE2E.java => log/FluentBitE2E.java} | 51 +++++++++++++---------
 .../java/org/apache/skywalking/e2e/log/LogE2E.java | 34 ++++-----------
 10 files changed, 141 insertions(+), 73 deletions(-)
 copy test/e2e/e2e-test/docker/{alarm/docker-compose.es6.yml => 
log/docker-compose.fluentbit.yml} (82%)
 copy 
apm-sniffer/apm-toolkit-activation/apm-toolkit-logging-common/src/main/resources/META-INF/services/org.apache.skywalking.apm.agent.core.boot.BootService
 => test/e2e/e2e-test/docker/log/fluent-bit/fluent-bit-parser.conf (69%)
 create mode 100644 
test/e2e/e2e-test/docker/log/fluent-bit/fluent-bit-script.lua
 copy 
apm-sniffer/apm-toolkit-activation/apm-toolkit-logging-common/src/main/resources/META-INF/services/org.apache.skywalking.apm.agent.core.boot.BootService
 => test/e2e/e2e-test/docker/log/fluent-bit/fluent-bit.conf (55%)
 copy 
test/e2e/e2e-test/src/test/java/org/apache/skywalking/e2e/{event/EventE2E.java 
=> log/FluentBitE2E.java} (56%)

Reply via email to