You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by zh...@apache.org on 2021/10/09 04:56:57 UTC

[skywalking-agent-test-tool] branch patch created (now cf4f010)

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

zhangwei24 pushed a change to branch patch
in repository https://gitbox.apache.org/repos/asf/skywalking-agent-test-tool.git.


      at cf4f010  remove Span#operationId field

This branch includes the following new commits:

     new cf4f010  remove Span#operationId field

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.


[skywalking-agent-test-tool] 01/01: remove Span#operationId field

Posted by zh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

zhangwei24 pushed a commit to branch patch
in repository https://gitbox.apache.org/repos/asf/skywalking-agent-test-tool.git

commit cf4f01007328b18c634087fe0f44a50d8b1e2d7d
Author: zhang-wei <zh...@apache.org>
AuthorDate: Sat Oct 9 12:56:55 2021 +0800

    remove Span#operationId field
---
 .../org/apache/skywalking/plugin/test/mockcollector/entity/Span.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git a/mock-collector/src/main/java/org/apache/skywalking/plugin/test/mockcollector/entity/Span.java b/mock-collector/src/main/java/org/apache/skywalking/plugin/test/mockcollector/entity/Span.java
index 13f67ba..86ba88e 100644
--- a/mock-collector/src/main/java/org/apache/skywalking/plugin/test/mockcollector/entity/Span.java
+++ b/mock-collector/src/main/java/org/apache/skywalking/plugin/test/mockcollector/entity/Span.java
@@ -48,7 +48,6 @@ import org.apache.skywalking.apm.network.language.agent.v3.SegmentReference;
 @AllArgsConstructor
 public class Span {
     private String operationName;
-    private int operationId;
     private int parentSpanId;
     private int spanId;
     private String spanLayer;