This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a change to branch override-by-env
in repository https://gitbox.apache.org/repos/asf/skywalking-satellite.git.
from f6c3206 polish test
add 827f3a4 sync data collect protocol (#21)
add d979927 Merge branch 'main' into override-by-env
No new revisions were added by this update.
Summary of changes:
plugins/queue/mmap/queue_test.go | 12 +-
plugins/receiver/grpc/nativelog/receiver_test.go | 10 +-
plugins/receiver/http/nativcelog/receiver_test.go | 10 +-
.../v3/ConfigurationDiscoveryService.pb.go | 203 +++++++++++++++++++++
.../v3/ConfigurationDiscoveryService_grpc.pb.go | 119 ++++++++++++
.../skywalking/network/logging/v3/Logging.pb.go | 178 ++++++++++++------
protocol/skywalking-data-collect-protocol | 2 +-
7 files changed, 464 insertions(+), 70 deletions(-)
create mode 100644
protocol/gen-codes/skywalking/network/agent/configuration/v3/ConfigurationDiscoveryService.pb.go
create mode 100644
protocol/gen-codes/skywalking/network/agent/configuration/v3/ConfigurationDiscoveryService_grpc.pb.go