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

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


 discard df2a087  Add package name in proto message and compat service
     new f8bf71d  Add package name in proto message and compat service

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   (df2a087)
            \
             N -- N -- N   refs/heads/add-pkg-name (f8bf71d)

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:
 browser/BrowserPerf.proto                                      |  6 +++---
 browser/{BrowserPerfService.proto => BrowserPerfCompat.proto}  |  7 ++++---
 common/Common.proto                                            |  2 +-
 language-agent/CLRMetric.proto                                 |  6 +++---
 .../{CLRMetricService.proto => CLRMetricCompat.proto}          |  5 +++--
 language-agent/JVMMetric.proto                                 |  6 +++---
 .../{JVMMetricService.proto => JVMMetricCompat.proto}          |  5 +++--
 language-agent/Meter.proto                                     |  4 ++--
 language-agent/{MeterService.proto => MeterCompat.proto}       |  5 +++--
 language-agent/Tracing.proto                                   | 10 +++++-----
 language-agent/{TracingService.proto => TracingCompat.proto}   |  7 ++++---
 logging/Logging.proto                                          |  6 +++---
 logging/{LoggingService.proto => LoggingCompat.proto}          |  5 +++--
 management/Management.proto                                    |  8 ++++----
 management/{ManagementService.proto => ManagementCompat.proto} |  7 ++++---
 profile/Profile.proto                                          |  8 ++++----
 profile/{ProfileService.proto => ProfileCompat.proto}          |  9 +++++----
 .../{service-mesh-service.proto => service-mesh-compat.proto}  |  5 +++--
 service-mesh-probe/service-mesh.proto                          |  4 ++--
 19 files changed, 62 insertions(+), 53 deletions(-)
 rename browser/{BrowserPerfService.proto => BrowserPerfCompat.proto} (75%)
 rename language-agent/{CLRMetricService.proto => CLRMetricCompat.proto} (82%)
 rename language-agent/{JVMMetricService.proto => JVMMetricCompat.proto} (83%)
 rename language-agent/{MeterService.proto => MeterCompat.proto} (82%)
 rename language-agent/{TracingService.proto => TracingCompat.proto} (81%)
 rename logging/{LoggingService.proto => LoggingCompat.proto} (86%)
 rename management/{ManagementService.proto => ManagementCompat.proto} (78%)
 rename profile/{ProfileService.proto => ProfileCompat.proto} (68%)
 rename service-mesh-probe/{service-mesh-service.proto => 
service-mesh-compat.proto} (82%)

Reply via email to