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 2020/12/17 15:27:19 UTC

[skywalking] branch submodule/data-collect-protocol updated (0355c32 -> 42ca4e8)

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

kezhenxu94 pushed a change to branch submodule/data-collect-protocol
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


 discard 0355c32  add compat E2E test and update mock collector
 discard aff334c  update submodule to sync namespaced proto files
     add 8d33f02  chore: code polish (#6025)
     add 7bbda96  update submodule to sync namespaced proto files
     add 4108407  add compat E2E test and update mock collector
     add 42ca4e8  add changelog, fix GHA syntax, compat Java agent

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   (0355c32)
            \
             N -- N -- N   refs/heads/submodule/data-collect-protocol (42ca4e8)

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/e2e.compat.yaml                  |   8 --
 CHANGES.md                                         |   3 +-
 .../apm/agent/core/jvm/JVMMetricsSender.java       |   2 +-
 .../apm/agent/core/meter/MeterSender.java          |   2 +-
 .../core/remote/TraceSegmentServiceClient.java     |   2 +-
 .../storage/plugin/influxdb/InfluxClient.java      |  10 +-
 .../plugin/influxdb/InfluxStorageProvider.java     |  11 +-
 .../plugin/influxdb/InfluxTableInstaller.java      |   5 +-
 .../storage/plugin/influxdb/TableMetaInfo.java     |   8 +-
 .../plugin/influxdb/base/InfluxInsertRequest.java  |  10 +-
 .../plugin/influxdb/base/InfluxStorageDAO.java     |   2 +-
 .../plugin/influxdb/base/ManagementDAO.java        |   4 +-
 .../storage/plugin/influxdb/base/MetricsDAO.java   |  18 ++-
 .../plugin/influxdb/base/NoneStreamDAO.java        |  11 +-
 .../storage/plugin/influxdb/base/RecordDAO.java    |  29 ++---
 .../plugin/influxdb/query/AggregationQuery.java    |  22 ++--
 .../storage/plugin/influxdb/query/AlarmQuery.java  |   4 +-
 .../plugin/influxdb/query/MetadataQuery.java       |  24 ++--
 .../plugin/influxdb/query/MetricsQuery.java        |  54 ++++-----
 .../influxdb/query/NetworkAddressAliasDAO.java     |   2 +-
 .../plugin/influxdb/query/ProfileTaskLogQuery.java |  22 ++--
 .../plugin/influxdb/query/ProfileTaskQuery.java    |  14 +--
 .../influxdb/query/ProfileThreadSnapshotQuery.java |  92 ++++++++-------
 .../plugin/influxdb/query/TopNRecordsQuery.java    |  14 ++-
 .../plugin/influxdb/query/TopologyQuery.java       | 127 ++++++++++-----------
 .../storage/plugin/influxdb/query/TraceQuery.java  |  35 +++---
 .../query/UITemplateManagementDAOImpl.java         |  36 +++---
 27 files changed, 267 insertions(+), 304 deletions(-)