This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a change to branch test/coverage
in repository https://gitbox.apache.org/repos/asf/skywalking.git.
discard 5d430d9 Count the coverage in E2E tests
add 4ce2e9e Fix security issue of the metrics query (#4639)
add 00e8f2d Fix bug that the agent heart beats too frequently (#4640)
add 3ed475c Count the coverage in E2E tests
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 (5d430d9)
\
N -- N -- N refs/heads/test/coverage (3ed475c)
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:
.../skywalking/apm/agent/core/conf/Config.java | 4 +-
.../agent/core/remote/ServiceManagementClient.java | 12 ++---
docs/en/setup/service-agent/java-agent/README.md | 4 +-
.../plugin/jdbc/h2/dao/H2MetricsQueryDAO.java | 55 +++++++++++++---------
test/plugin/containers/jvm-container/docker/run.sh | 2 +-
.../containers/tomcat-container/docker/catalina.sh | 2 +-
6 files changed, 44 insertions(+), 35 deletions(-)