You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/05/06 04:59:36 UTC

[GitHub] brucewu-fly opened a new pull request #1180: Docs/fix grpc dirname

brucewu-fly opened a new pull request #1180: Docs/fix grpc dirname
URL: https://github.com/apache/incubator-skywalking/pull/1180
 
 
   The directory should be apm-collector/apm-collector-remote/apm-remote-grpc-provider/target/generated-sources/protobuf rather than apm-collector/apm-collector-remote/apm-remote-grpc-provider/target/protobuf. Missing generated-sources/
   
   Please answer these questions before submitting pull request
   
   - Why submit this pull request?
   - [x] Bug fix
   - [ ] New feature provided
   - [ ] Improve performance
   
   - Related issues
   N/A
   ___
   ### Bug fix
   - Bug description.
   Missing `generated-sources/` for protobuf dirname
   - How to fix?
   Replace `apm-collector/apm-collector-remote/apm-remote-grpc-provider/target/protobuf` with `apm-collector/apm-collector-remote/apm-remote-grpc-provider/target/generated-sources/protobuf`
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services