Skip to content

Commit

Permalink
fetch the latest protocol commit (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuhaoyang authored Feb 1, 2022
1 parent 6cdceef commit 85e05cd
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 28 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@

[submodule "src/SkyApm.Transport.Grpc.Protocol/protocol"]
path = src/SkyApm.Transport.Grpc.Protocol/protocol
url = https://github.com/apache/incubator-skywalking-data-collect-protocol
[submodule "src/SkyApm.Transport.Grpc.Protocol/protocol-v3"]
path = src/SkyApm.Transport.Grpc.Protocol/protocol-v3
url = https://github.com/apache/incubator-skywalking-data-collect-protocol
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ Use `dotnet skyapm config [your_service_name] [your_servers]` to generate config
dotnet skyapm config sample_app 192.168.0.1:11800
```

# Roadmap
[What are we going to do next?](/docs/roadmap.md)

# Contributing
This section is in progress here: [Contributing to SkyAPM-dotnet](/CONTIBUTING.md)

Expand Down
20 changes: 0 additions & 20 deletions docs/roadmap.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
</ItemGroup>

<ItemGroup>
<Protobuf Include="protocol/**/*.proto" ProtoRoot="protocol" OutputDir="%(RelativePath)generated" CompileOutputs="false" />
<Protobuf Include="protocol-v3/**/*.proto" ProtoRoot="protocol-v3" OutputDir="%(RelativePath)generated-v3" CompileOutputs="false" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/SkyApm.Transport.Grpc.Protocol/protocol-v3

0 comments on commit 85e05cd

Please sign in to comment.