We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make proto
Having make proto work in order to create a PR introducing DependencyLink as a proto for #1214
DependencyLink
make proto is not working, there are missing files and imports
Look at PR #1263
Am I missing something here? According to #1260 master should be working
Without the missing imports:
protoc \ -I model/proto -I vendor/github.com/grpc-ecosystem/grpc-gateway -I vendor/github.com/gogo/googleapis -I vendor/github.com/gogo/protobuf \ --gogo_out=plugins=grpc,Mgoogle/protobuf/timestamp.proto=github.com/gogo/protobuf/types,Mgoogle/protobuf/duration.proto=github.com/gogo/protobuf/types,Mgoogle/protobuf/empty.proto=github.com/gogo/protobuf/types,Mgoogle/api/annotations.proto=github.com/gogo/googleapis/google/api,Mmodel.proto=github.com/jaegertracing/jaeger/model:/Users/olivierboucher/go/src/github.com/jaegertracing/jaeger/model/ \ model/proto/model.proto google/protobuf/descriptor.proto: File not found. ...
and then without the missing prune settings:
protoc \ -I model/proto -I vendor/github.com/grpc-ecosystem/grpc-gateway -I vendor/github.com/gogo/googleapis -I vendor/github.com/gogo/protobuf/protobuf -I vendor/github.com/gogo/protobuf \ --gogo_out=plugins=grpc,Mgoogle/protobuf/descriptor.proto=github.com/gogo/protobuf/types,Mgoogle/protobuf/timestamp.proto=github.com/gogo/protobuf/types,Mgoogle/protobuf/duration.proto=github.com/gogo/protobuf/types,Mgoogle/protobuf/empty.proto=github.com/gogo/protobuf/types,Mgoogle/api/annotations.proto=github.com/gogo/googleapis/google/api,Mmodel.proto=github.com/jaegertracing/jaeger/model:/Users/olivierboucher/go/src/github.com/jaegertracing/jaeger/model/ \ model/proto/model.proto vendor/github.com/gogo/protobuf/protobuf: warning: directory does not exist. google/protobuf/descriptor.proto: File not found. ...
The text was updated successfully, but these errors were encountered:
See #1263 (comment)
Sorry, something went wrong.
No branches or pull requests
Requirement - what kind of business use case are you trying to solve?
Having
make proto
work in order to create a PR introducingDependencyLink
as a proto for #1214Problem - what in Jaeger blocks you from solving the requirement?
make proto
is not working, there are missing files and importsProposal - what do you suggest to solve the problem or improve the existing situation?
Look at PR #1263
Any open questions to address
Am I missing something here? According to #1260 master should be working
Outputs
Without the missing imports:
and then without the missing prune settings:
The text was updated successfully, but these errors were encountered: